| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 121 const FileEntry *FE = SM.getFileEntryForID(FID); in HandleDiagnostic() 151 const FileEntry *FE = SM.getFileEntryForID(FID); in HandleDiagnostic()
|
| H A D | VerifyDiagnosticConsumer.cpp | 743 const FileEntry *FE = SrcManager->getFileEntryForID(FID); in HandleDiagnostic() 874 if (const FileEntry *File = SourceMgr->getFileEntryForID( in PrintUnexpected() 927 const FileEntry *DiagFile = SM.getFileEntryForID(SM.getFileID(DiagnosticLoc)); in IsFromSameFile() 931 return (DiagFile == SM.getFileEntryForID(SM.getFileID(DirectiveLoc))); in IsFromSameFile() 1032 const FileEntry *FE = SM.getFileEntryForID(FID); in UpdateParsedFileStatus()
|
| H A D | DependencyGraph.cpp | 84 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc))); in InclusionDirective()
|
| H A D | FrontendAction.cpp | 437 const FileEntry *ModuleMap = SrcMgr.getFileEntryForID(ModuleMapID); in loadModuleMapForModuleBuild() 506 if (*OriginalModuleMap != CI.getSourceManager().getFileEntryForID( in prepareToBuildModule() 626 if (auto *File = OldSM.getFileEntryForID(ID)) in BeginSourceFile()
|
| H A D | PrecompiledPreamble.cpp | 128 SM.getFileEntryForID(SM.getFileID(IncludeTok.getLocation()))) in InclusionDirective() 450 *FileOrErr == SourceMgr.getFileEntryForID(SourceMgr.getMainFileID())) in Build()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PreprocessorLexer.cpp | 51 return PP->getSourceManager().getFileEntryForID(getFileID()); in getFileEntry()
|
| H A D | PPLexerChange.cpp | 88 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) { in EnterSourceFile() 498 SourceMgr.getFileEntryForID(CurPPLexer->getFileID()))) in HandleEndOfFile()
|
| H A D | Preprocessor.cpp | 421 SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()) == File) { in SetCodeCompletionPoint() 551 if (const FileEntry *FE = SourceMgr.getFileEntryForID(MainFileID)) in EnterMainSourceFile() 600 return FE == SourceMgr.getFileEntryForID(PCHThroughHeaderFileID); in isPCHThroughHeader()
|
| H A D | PPDirectives.cpp | 726 if (const FileEntry *EntryOfIncl = SourceMgr.getFileEntryForID(IDOfIncl)) { in getModuleForLocation() 753 auto *FE = SM.getFileEntryForID(ID); in getHeaderToIncludeForDiagnostics() 825 const FileEntry *FileEnt = SourceMgr.getFileEntryForID(FID); in LookupFile() 844 SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()))) in LookupFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 65 const FileEntry* Entry = R.getSourceMgr().getFileEntryForID(FID); in HandleTranslationUnit()
|
| H A D | FixItRewriter.cpp | 96 const FileEntry *Entry = Rewrite.getSourceMgr().getFileEntryForID(I->first); in WriteFixedFiles()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 75 EmitString(o << " ", SM.getFileEntryForID(FID)->getName()) << '\n'; in writeARCDiagsToPlist()
|
| H A D | ARCMT.cpp | 602 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID); in applyTransform()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 289 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag() 349 os << "<h4 class=FileName>" << SMgr.getFileEntryForID(*I)->getName() in GenerateHTML() 382 const FileEntry* Entry = SMgr.getFileEntryForID(FID); in GenerateHTML()
|
| H A D | PlistDiagnostics.cpp | 808 EmitString(o << " ", SM.getFileEntryForID(FID)->getName()) << '\n'; in FlushDiagnosticsImpl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 223 return SrcMgr->getFileEntryForID(getFileID()); in getFileEntry()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 248 << SourceMgr.getFileEntryForID(MainFileID)->getName() << SymbolOffset; in FindSymbol()
|
| H A D | USRLocFinder.cpp | 50 return SM.getFileEntryForID(FileIdAndOffset.first) != nullptr; in IsValidEditLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 168 Instance.getSourceManager().getFileEntryForID(MainFileID)->getName()); in EndOfMainFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 469 getSourceMgr().getFileEntryForID(I->first); in overwriteChangedFiles()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 201 const FileEntry *FE = SM.getFileEntryForID(FileIDAndOffset.first); in AtomicChange()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1030 const FileEntry *getFileEntryForID(FileID FID) const { in getFileEntryForID() function 1038 if (auto *Entry = getFileEntryForID(FID)) in getFileEntryRefForID()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 340 const FileEntry *XFE = SM.getFileEntryForID(XL.getSpellingLoc().getFileID()); in compareCrossTUSourceLocs() 341 const FileEntry *YFE = SM.getFileEntryForID(YL.getSpellingLoc().getFileID()); in compareCrossTUSourceLocs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 125 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first); in setFromSourceLocation()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 894 if (const FileEntry *FE = SM.getFileEntryForID(FID)) { in visitFullComment()
|