Searched refs:getModuleLoader (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 43 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 298 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 D | Sema.cpp | 59 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
|
| H A D | SemaLookup.cpp | 5215 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
|
| H A D | SemaCodeComplete.cpp | 4273 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Pragma.cpp | 1652 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 D | Preprocessor.h | 1091 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 1881 ModuleLoader &getModuleLoader() const;
|