Searched refs:getModuleLoader (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 44 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 51 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
|
D | SemaLookup.cpp | 4223 getModuleLoader().lookupMissingImports(Typo->getName(), in CorrectTypo()
|
D | SemaDecl.cpp | 13364 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport() 13402 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc, in ActOnModuleInclude() 13420 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc, in createImplicitModuleImportForErrorRecovery()
|
D | SemaCodeComplete.cpp | 3186 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 503 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1034 ModuleLoader &getModuleLoader() const;
|