Home
last modified time | relevance | path

Searched refs:getFileEntryRefForID (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessorLexer.cpp52 return PP->getSourceManager().getFileEntryRefForID(getFileID()); in getFileEntry()
H A DPPLexerChange.cpp98 if (OptionalFileEntryRef File = SourceMgr.getFileEntryRefForID(FID)) { in EnterSourceFile()
H A DModuleMap.cpp1267 return SourceMgr.getFileEntryRefForID( in getContainingModuleMapFile()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDependencyGraph.cpp78 SM.getFileEntryRefForID(SM.getFileID(SM.getExpansionLoc(HashLoc))); in InclusionDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp128 F = SourceMgr.getFileEntryRefForID(SourceMgr.getMainFileID()); in HandleStartOfHeaderUnit()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp167 return canModifyFile(PP.getSourceManager().getFileEntryRefForID(FID)); in canModifyFile()
1962 Ctx.getSourceManager().getFileEntryRefForID(FID); in HandleTranslationUnit()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1053 OptionalFileEntryRef getFileEntryRefForID(FileID FID) const { in getFileEntryRefForID() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp2596 auto FE = SrcMgr.getFileEntryRefForID(SrcMgr.getFileID(AtLoc)); in ParseModuleImport()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3867 OptionalFileEntryRef mainFile = SM.getFileEntryRefForID(SM.getMainFileID()); in ModuleInitFunction()
H A DCGDebugInfo.cpp540 SM.getFileEntryRefForID(SM.getMainFileID())) { in CreateCompileUnit()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp205 CB(*SourceMgr.getFileEntryRefForID(FID)); in GetAffectingModuleMaps()