Home
last modified time | relevance | path

Searched defs:SourceFile (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestWorkspace.h45 struct SourceFile { struct
49 llvm::StringMap<SourceFile> Inputs; argument
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h35 CComPtr<IDiaSourceFile> SourceFile; variable
/llvm-project/flang/include/flang/Parser/
H A Dsource.h42 class SourceFile; variable
54 explicit SourceFile(Encoding e) : encoding_{e} {} in SourceFile() function
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp57 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 Dgcov.cpp22 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, in reportCoverage()
174 for (const auto &SourceFile : SourceFiles) in gcovMain() local
H A DCodeCoverage.cpp284 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 DCoverageExporterJson.cpp285 auto &SourceFile = SourceFiles[I]; in renderFiles() local
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyProfiling.cpp23 llvm::StringRef SourceFile) in StorageParams() argument
/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundIndexLoader.cpp98 PathRef SourceFile = ToVisit.front(); in load() local
/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp362 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 DSourceManagerTest.cpp309 FileEntryRef SourceFile = TEST_F() local
674 FileEntryRef SourceFile = TEST_F() local
H A DSarifTest.cpp63 FileEntryRef SourceFile = registerSource() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h632 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 DCrossTranslationUnitTest.cpp73 llvm::ToolOutputFile SourceFile(SourceFileName, SourceFD); in HandleTranslationUnit() local
/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp104 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp665 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 DAPINotesWriter.cpp30 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 DSourceManager.h992 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents() argument
1643 translateFile(FileEntryRef SourceFile) translateFile() argument
[all...]
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1387 if (SourceFile == Function.Filenames[I]) in findMainViewFileID() argument
1361 gatherFileIDs(StringRef SourceFile,const FunctionRecord & Function) gatherFileIDs() argument