Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp43 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/freebsd-13.1/contrib/llvm-project/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.cpp58 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
H A DSemaLookup.cpp4900 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
H A DSemaCodeComplete.cpp4154 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1682 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1808 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h945 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1809 ModuleLoader &getModuleLoader() const;