| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 121 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic() 150 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic()
|
| H A D | DependencyGraph.cpp | 78 SM.getFileEntryRefForID(SM.getFileID(SM.getExpansionLoc(HashLoc))); in InclusionDirective()
|
| H A D | HeaderIncludeGen.cpp | 262 OptionalFileEntryRef FE = SM.getFileEntryRefForID(SM.getMainFileID()); in EndOfMainFile()
|
| H A D | VerifyDiagnosticConsumer.cpp | 746 auto FE = SrcManager->getFileEntryRefForID(FID); in HandleDiagnostic() 878 SourceMgr->getFileEntryRefForID(SourceMgr->getFileID(I->first))) in PrintUnexpected() 1039 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID); in UpdateParsedFileStatus()
|
| H A D | FrontendAction.cpp | 455 OptionalFileEntryRef ModuleMap = SrcMgr.getFileEntryRefForID(ModuleMapID); in loadModuleMapForModuleBuild() 535 if (*OriginalModuleMap != CI.getSourceManager().getFileEntryRefForID( in prepareToBuildModule() 669 if (auto File = OldSM.getFileEntryRefForID(ID)) in BeginSourceFile()
|
| H A D | PrecompiledPreamble.cpp | 125 SM.getFileEntryRefForID(SM.getFileID(IncludeTok.getLocation()))) in InclusionDirective() 555 MaybeFile == SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID())) in Build()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PreprocessorLexer.cpp | 51 return PP->getSourceManager().getFileEntryRefForID(getFileID()); in getFileEntry()
|
| H A D | PPDirectives.cpp | 865 if (auto EntryOfIncl = SourceMgr.getFileEntryRefForID(IDOfIncl)) { in getModuleForLocation() 893 auto FE = SM.getFileEntryRefForID(ID); in getHeaderToIncludeForDiagnostics() 970 OptionalFileEntryRef FileEnt = SourceMgr.getFileEntryRefForID(FID); in LookupFile() 993 } else if ((FileEnt = SourceMgr.getFileEntryRefForID( in LookupFile()
|
| H A D | PPLexerChange.cpp | 98 if (OptionalFileEntryRef File = SourceMgr.getFileEntryRefForID(FID)) { in EnterSourceFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 65 OptionalFileEntryRef Entry = R.getSourceMgr().getFileEntryRefForID(FID); in HandleTranslationUnit()
|
| H A D | FixItRewriter.cpp | 97 Rewrite.getSourceMgr().getFileEntryRefForID(I->first); in WriteFixedFiles()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 75 EmitString(o << " ", SM.getFileEntryRefForID(FID)->getName()) << '\n'; in writeARCDiagsToPlist()
|
| H A D | ARCMT.cpp | 601 Ctx.getSourceManager().getFileEntryRefForID(FID); in applyTransform()
|
| H A D | ObjCMT.cpp | 164 return canModifyFile(PP.getSourceManager().getFileEntryRefForID(FID)); in canModifyFile() 1786 StringRef(SourceMgr.getFileEntryRefForID(FID)->getName()); in writeLoc() 1959 Ctx.getSourceManager().getFileEntryRefForID(FID); in HandleTranslationUnit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 232 return SrcMgr->getFileEntryRefForID(getFileID()); in getFileEntryRef()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 341 OptionalFileEntryRef Entry = SMgr.getFileEntryRefForID(ReportFile); in ReportDiag() 411 os << "<h4 class=FileName>" << SMgr.getFileEntryRefForID(*I)->getName() in GenerateHTML() 444 OptionalFileEntryRef Entry = SMgr.getFileEntryRefForID(FID); in GenerateHTML()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 246 << SourceMgr.getFileEntryRefForID(MainFileID)->getName() in FindSymbol()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 107 SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID())->getName(); in HandleStartOfHeaderUnit() 119 F = SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID()); in HandleStartOfHeaderUnit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 350 OptionalFileEntryRef File = SM.getFileEntryRefForID(ID); in findAPINotes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 415 OptionalFileEntryRef Entry = getSourceMgr().getFileEntryRefForID(I->first); in overwriteChangedFiles()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 201 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FileIDAndOffset.first); in AtomicChange()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1067 if (auto FE = getFileEntryRefForID(FID)) in getFileEntryForID() 1073 OptionalFileEntryRef getFileEntryRefForID(FileID FID) const { in getFileEntryRefForID() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 187 OptionalFileEntryRef File = SM.getFileEntryRefForID(FID); in operator ()()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 335 SM.getFileEntryRefForID(XL.getSpellingLoc().getFileID()); in compareCrossTUSourceLocs() 337 SM.getFileEntryRefForID(YL.getSpellingLoc().getFileID()); in compareCrossTUSourceLocs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 126 Sources.getFileEntryRefForID(DecomposedLocation.first); in setFromSourceLocation()
|