Searched refs:getModuleLoader (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 43 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaModule.cpp | 352 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 D | Sema.cpp | 61 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
|
H A D | SemaLookup.cpp | 5224 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
|
H A D | SemaCodeComplete.cpp | 4308 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | Pragma.cpp | 1670 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 D | Preprocessor.h | 1218 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 1913 ModuleLoader &getModuleLoader() const;
|