/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | TestWorkspace.h | 45 struct SourceFile { struct 49 llvm::StringMap<SourceFile> Inputs; argument
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIASourceFile.h | 35 CComPtr<IDiaSourceFile> SourceFile; variable
|
/llvm-project/flang/include/flang/Parser/ |
H A D | source.h | 42 class SourceFile; variable 54 explicit SourceFile(Encoding e) : encoding_{e} {} in SourceFile() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() local 125 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress() local
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 22 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, in reportCoverage() 174 for (const auto &SourceFile : SourceFiles) in gcovMain() local
|
H A D | CodeCoverage.cpp | 284 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile() argument 393 createSourceFileView(StringRef SourceFile,const CoverageMapping & Coverage) createSourceFileView() argument 631 writeSourceFileView(StringRef SourceFile,CoverageMapping * Coverage,CoveragePrinter * Printer,bool ShowFilenames) writeSourceFileView() argument 1147 for (const auto &SourceFile : SourceFiles) doShow() local 1195 for (const std::string &SourceFile : SourceFiles) doShow() local 1201 for (const std::string &SourceFile : SourceFiles) doShow() local [all...] |
H A D | CoverageExporterJson.cpp | 285 auto &SourceFile = SourceFiles[I]; in renderFiles() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyProfiling.cpp | 23 llvm::StringRef SourceFile) in StorageParams() argument
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | BackgroundIndexLoader.cpp | 98 PathRef SourceFile = ToVisit.front(); in load() local
|
/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 362 isMainFile(const FileEntry & SourceFile) isMainFile() argument 546 createFileID(FileEntryRef SourceFile,SourceLocation IncludePos,SrcMgr::CharacteristicKind FileCharacter,int LoadedID,SourceLocation::UIntTy LoadedOffset) createFileID() argument 593 getOrCreateFileID(FileEntryRef SourceFile,SrcMgr::CharacteristicKind FileCharacter) getOrCreateFileID() argument 703 overrideFileContents(FileEntryRef SourceFile,std::unique_ptr<llvm::MemoryBuffer> Buffer) overrideFileContents() argument 712 overrideFileContents(const FileEntry * SourceFile,FileEntryRef NewFile) overrideFileContents() argument 1596 translateFileLineCol(const FileEntry * SourceFile,unsigned Line,unsigned Col) const translateFileLineCol() argument [all...] |
/llvm-project/clang/unittests/Basic/ |
H A D | SourceManagerTest.cpp | 309 FileEntryRef SourceFile = TEST_F() local 674 FileEntryRef SourceFile = TEST_F() local
|
H A D | SarifTest.cpp | 63 FileEntryRef SourceFile = registerSource() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 632 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() argument 641 TypeIndex SourceFile; variable 650 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord() argument 661 TypeIndex SourceFile; variable 681 SourceFile, ///< Path to main source file, relative or absolute global() enumerator [all...] |
/llvm-project/clang/unittests/CrossTU/ |
H A D | CrossTranslationUnitTest.cpp | 73 llvm::ToolOutputFile SourceFile(SourceFileName, SourceFD); in HandleTranslationUnit() local
|
/llvm-project/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 104 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 665 YAMLConverter(const Module & TheModule,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) YAMLConverter() argument 1091 compile(const Module & M,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) compile() argument 1105 compileAPINotes(StringRef YAMLInput,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) compileAPINotes() argument
|
H A D | APINotesWriter.cpp | 30 const FileEntry *SourceFile; member in clang::api_notes::APINotesWriter::Implementation 274 control_block::SourceFileLayout SourceFile(Stream); writeControlBlock() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 992 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents() argument 1643 translateFile(FileEntryRef SourceFile) translateFile() argument [all...] |
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1387 if (SourceFile == Function.Filenames[I]) in findMainViewFileID() argument 1361 gatherFileIDs(StringRef SourceFile,const FunctionRecord & Function) gatherFileIDs() argument
|