/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
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 | VerifyDiagnosticConsumer.cpp | 751 auto FE = SrcManager->getFileEntryRefForID(FID); in HandleDiagnostic() 883 SourceMgr->getFileEntryRefForID(SourceMgr->getFileID(I->first))) in PrintUnexpected() 1044 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() 675 if (auto File = OldSM.getFileEntryRefForID(ID)) in BeginSourceFile()
|
H A D | PrecompiledPreamble.cpp | 127 SM.getFileEntryRefForID(SM.getFileID(IncludeTok.getLocation()))) in InclusionDirective() 556 MaybeFile == SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID())) in Build()
|
H A D | CompilerInstance.cpp | 1355 SourceMgr.getFileEntryRefForID(ModuleMapFID); in compileModule()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 339 OptionalFileEntryRef Entry = SMgr.getFileEntryRefForID(ReportFile); in ReportDiag() 409 os << "<h4 class=FileName>" << SMgr.getFileEntryRefForID(*I)->getName() in GenerateHTML() 442 OptionalFileEntryRef Entry = SMgr.getFileEntryRefForID(FID); in GenerateHTML()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 193 SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID())->getName(); in HandleStartOfHeaderUnit() 205 F = SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID()); in HandleStartOfHeaderUnit()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 356 OptionalFileEntryRef File = SM.getFileEntryRefForID(ID); in findAPINotes()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 935 auto MainFile = SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID()); in createModuleForInterfaceUnit() 1318 return SourceMgr.getFileEntryRefForID(getContainingModuleMapFileID(Module)); in getContainingModuleMapFile() 1331 return SourceMgr.getFileEntryRefForID(getModuleMapFileIDForUniquing(M)); in getModuleMapFileForUniquing() 2024 TopLevelModule, *SourceMgr.getFileEntryRefForID(ModuleMapFID)); in parseModuleDecl() 2130 SourceMgr.getFileEntryRefForID(ModuleMapFID)->getName()); in parseModuleDecl()
|
H A D | PPLexerChange.cpp | 98 if (OptionalFileEntryRef File = SourceMgr.getFileEntryRefForID(FID)) { in EnterSourceFile()
|
H A D | PPDirectives.cpp | 866 if (auto EntryOfIncl = SourceMgr.getFileEntryRefForID(IDOfIncl)) { in getModuleForLocation() 894 auto FE = SM.getFileEntryRefForID(ID); in getHeaderToIncludeForDiagnostics() 971 OptionalFileEntryRef FileEnt = SourceMgr.getFileEntryRefForID(FID); in LookupFile() 994 } else if ((FileEnt = SourceMgr.getFileEntryRefForID( in LookupFile()
|
H A D | Preprocessor.cpp | 568 if (OptionalFileEntryRef FE = SourceMgr.getFileEntryRefForID(MainFileID)) in EnterMainSourceFile()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 201 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FileIDAndOffset.first); in AtomicChange()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 188 OptionalFileEntryRef File = SM.getFileEntryRefForID(FID); in operator ()()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 1071 if (auto FE = getFileEntryRefForID(FID)) in getFileEntryForID() 1077 OptionalFileEntryRef getFileEntryRefForID(FileID FID) const { in getFileEntryRefForID() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 338 SM.getFileEntryRefForID(XL.getSpellingLoc().getFileID()); in compareCrossTUSourceLocs() 340 SM.getFileEntryRefForID(YL.getSpellingLoc().getFileID()); in compareCrossTUSourceLocs()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
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() 1787 StringRef(SourceMgr.getFileEntryRefForID(FID)->getName()); in writeLoc() 1960 Ctx.getSourceManager().getFileEntryRefForID(FID); in HandleTranslationUnit()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 907 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) { in visitFullComment()
|
H A D | USRGeneration.cpp | 36 OptionalFileEntryRef FE = SM.getFileEntryRefForID(Decomposed.first); in printLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 508 .getFileEntryRefForID(MainFileID) in EndOfMainFile()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 1085 source_mgr.getFileEntryRefForID(source_mgr.getMainFileID()); in ParseInternal()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 950 auto Entry = SourceMgr->getFileEntryRefForID(ID); in dumpForTests()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 971 if (OptionalFileEntryRef F = getFileEntryRefForID(getFileID(SpellingLoc))) in getFilename()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 2675 auto FE = SrcMgr.getFileEntryRefForID(SrcMgr.getFileID(AtLoc)); in ParseModuleImport()
|