Searched refs:getModuleLoader (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 44 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | Sema.cpp | 51 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
|
| H A D | SemaLookup.cpp | 4093 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
|
| H A D | SemaDecl.cpp | 13802 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport() 13843 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc, in ActOnModuleInclude() 13861 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc, in createImplicitModuleImportForErrorRecovery()
|
| H A D | SemaCodeComplete.cpp | 3187 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 527 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 1054 ModuleLoader &getModuleLoader() const;
|