Searched refs:getModuleLoader (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 44 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
|
/external/llvm-project/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 43 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaModule.cpp | 207 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl() 325 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport() 434 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude() 517 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
|
D | Sema.cpp | 55 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
|
D | SemaLookup.cpp | 4841 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
|
D | SemaCodeComplete.cpp | 4097 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 50 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
|
D | SemaLookup.cpp | 4528 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
|
D | SemaDecl.cpp | 15065 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport() 15134 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in ActOnModuleInclude() 15173 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
|
D | SemaCodeComplete.cpp | 3306 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
|
/external/llvm-project/clang/lib/Lex/ |
D | Pragma.cpp | 1568 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma() 1694 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 716 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 944 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1160 ModuleLoader &getModuleLoader() const;
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 1662 ModuleLoader &getModuleLoader() const;
|