Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGeneratePCH.cpp42 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp1490 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1617 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp50 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
H A DSemaDecl.cpp17046 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
17091 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
17168 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
17251 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
H A DSemaLookup.cpp4613 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
H A DSemaCodeComplete.cpp3676 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h838 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1330 ModuleLoader &getModuleLoader() const;