Home
last modified time | relevance | path

Searched refs:getModuleLoader (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/Serialization/
DGeneratePCH.cpp44 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/external/llvm-project/clang/lib/Serialization/
DGeneratePCH.cpp43 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp207 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()
DSema.cpp55 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
DSemaLookup.cpp4841 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
DSemaCodeComplete.cpp4097 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/external/clang/lib/Sema/
DSema.cpp50 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
DSemaLookup.cpp4528 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
DSemaDecl.cpp15065 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()
DSemaCodeComplete.cpp3306 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
/external/llvm-project/clang/lib/Lex/
DPragma.cpp1568 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1694 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
/external/clang/include/clang/Lex/
DPreprocessor.h716 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h944 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/external/clang/include/clang/Sema/
DSema.h1160 ModuleLoader &getModuleLoader() const;
/external/llvm-project/clang/include/clang/Sema/
DSema.h1662 ModuleLoader &getModuleLoader() const;