Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DGeneratePCH.cpp43 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp298 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
470 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport()
610 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
700 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
H A DSema.cpp59 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
H A DSemaLookup.cpp5215 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
H A DSemaCodeComplete.cpp4273 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPragma.cpp1652 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1778 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1091 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1881 ModuleLoader &getModuleLoader() const;