| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 118 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic() 148 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic()
|
| H A D | DependencyGraph.cpp | 83 SM.getFileEntryRefForID(SM.getFileID(SM.getExpansionLoc(HashLoc))); in InclusionDirective() 101 SM.getFileEntryRefForID(SM.getFileID(SM.getExpansionLoc(HashLoc))); in EmbedDirective()
|
| H A D | HeaderIncludeGen.cpp | 312 OptionalFileEntryRef FE = SM.getFileEntryRefForID(SM.getMainFileID()); in EndOfMainFile() 426 OptionalFileEntryRef FromFile = SM.getFileEntryRefForID(SM.getFileID(Loc)); in InclusionDirective() 442 OptionalFileEntryRef FromFile = SM.getFileEntryRefForID(SM.getFileID(Loc)); in moduleImport()
|
| H A D | FrontendAction.cpp | 157 Data.Ref = SM.getFileEntryRefForID(SM.getFileID(R.getBegin())); in HandleTranslationUnit() 606 OptionalFileEntryRef ModuleMap = SrcMgr.getFileEntryRefForID(ModuleMapID); in loadModuleMapForModuleBuild() 686 if (*OriginalModuleMap != CI.getSourceManager().getFileEntryRefForID( in prepareToBuildModule() 823 if (auto File = OldSM.getFileEntryRefForID(ID)) in BeginSourceFile()
|
| H A D | VerifyDiagnosticConsumer.cpp | 759 auto FE = SrcManager->getFileEntryRefForID(FID); in HandleDiagnostic() 891 SourceMgr->getFileEntryRefForID(SourceMgr->getFileID(I->first))) in PrintUnexpected() 1057 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID); in UpdateParsedFileStatus()
|
| H A D | PrecompiledPreamble.cpp | 127 SM.getFileEntryRefForID(SM.getFileID(IncludeTok.getLocation()))) in InclusionDirective() 554 MaybeFile == SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID())) in Build()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PreprocessorLexer.cpp | 50 return PP->getSourceManager().getFileEntryRefForID(getFileID()); in getFileEntry()
|
| H A D | ModuleMap.cpp | 946 auto MainFile = SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID()); in createModuleForInterfaceUnit() 1410 return SourceMgr.getFileEntryRefForID(getContainingModuleMapFileID(Module)); in getContainingModuleMapFile() 1423 return SourceMgr.getFileEntryRefForID(getModuleMapFileIDForUniquing(M)); in getModuleMapFileForUniquing() 1702 TopLevelModule, *SourceMgr.getFileEntryRefForID(ModuleMapFID)); in handleModuleDecl() 1783 SourceMgr.getFileEntryRefForID(ModuleMapFID)->getName()); in handleModuleDecl()
|
| H A D | PPLexerChange.cpp | 96 if (OptionalFileEntryRef File = SourceMgr.getFileEntryRefForID(FID)) in EnterSourceFile()
|
| H A D | PPDirectives.cpp | 892 if (auto EntryOfIncl = SourceMgr.getFileEntryRefForID(IDOfIncl)) { in getModuleForLocation() 920 auto FE = SM.getFileEntryRefForID(ID); in getHeaderToIncludeForDiagnostics() 997 OptionalFileEntryRef FileEnt = SourceMgr.getFileEntryRefForID(FID); in LookupFile() 1020 } else if ((FileEnt = SourceMgr.getFileEntryRefForID( in LookupFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 66 OptionalFileEntryRef Entry = R.getSourceMgr().getFileEntryRefForID(FID); in HandleTranslationUnit()
|
| H A D | FixItRewriter.cpp | 97 Rewrite.getSourceMgr().getFileEntryRefForID(I->first); in WriteFixedFiles()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 230 return SrcMgr->getFileEntryRefForID(getFileID()); in getFileEntryRef()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 337 OptionalFileEntryRef Entry = SMgr.getFileEntryRefForID(ReportFile); in ReportDiag() 407 os << "<h4 class=FileName>" << SMgr.getFileEntryRefForID(*I)->getName() in GenerateHTML() 440 OptionalFileEntryRef Entry = SMgr.getFileEntryRefForID(FID); in GenerateHTML()
|
| H A D | PlistDiagnostics.cpp | 804 EmitString(o << " ", SM.getFileEntryRefForID(FID)->getName()) << '\n'; in FlushDiagnosticsImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 239 << SourceMgr.getFileEntryRefForID(MainFileID)->getName() in FindSymbol()
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 320 OptionalFileEntryRef Entry = getSourceMgr().getFileEntryRefForID(I->first); in overwriteChangedFiles()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 198 SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID())->getName(); in HandleStartOfHeaderUnit() 210 F = SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID()); in HandleStartOfHeaderUnit()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 355 OptionalFileEntryRef File = SM.getFileEntryRefForID(ID); in findAPINotes()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 187 OptionalFileEntryRef File = SM.getFileEntryRefForID(FID); in operator ()()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 200 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FileIDAndOffset.first); in AtomicChange()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1075 if (auto FE = getFileEntryRefForID(FID)) in getFileEntryForID() 1081 OptionalFileEntryRef getFileEntryRefForID(FileID FID) const { in getFileEntryRefForID() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 333 SM.getFileEntryRefForID(XL.getSpellingLoc().getFileID()); in compareCrossTUSourceLocs() 335 SM.getFileEntryRefForID(YL.getSpellingLoc().getFileID()); in compareCrossTUSourceLocs()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 125 Sources.getFileEntryRefForID(DecomposedLocation.first); in setFromSourceLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 906 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) { in visitFullComment()
|