Searched refs:getModuleLoader (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | GeneratePCH.cpp | 44 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | Preprocessor.h | 462 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDecl.cpp | 12904 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in ActOnModuleImport() 12932 PP.getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc, in ActOnModuleInclude() 12945 PP.getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc, in createImplicitModuleImport()
|
| HD | SemaCodeComplete.cpp | 3196 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
|