Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp61 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp429 Interface = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
617 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport()
750 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
840 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
H A DSema.cpp87 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
H A DSemaLookup.cpp5177 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
H A DSemaCodeComplete.cpp4395 Module *Mod = SemaRef.PP.getModuleLoader().loadModule( in CodeCompleteModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1708 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1834 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1237 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h672 ModuleLoader &getModuleLoader() const;