Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()
H A DSema.cpp56 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
H A DSemaLookup.cpp4890 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
H A DSemaCodeComplete.cpp4151 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGeneratePCH.cpp43 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp1619 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1745 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h944 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1777 ModuleLoader &getModuleLoader() const;