Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DGeneratePCH.cpp43 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp352 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
525 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport()
657 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
747 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
H A DSema.cpp61 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
H A DSemaLookup.cpp5224 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
H A DSemaCodeComplete.cpp4308 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp1670 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1796 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1218 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1913 ModuleLoader &getModuleLoader() const;