Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DGeneratePCH.cpp44 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/external/clang/lib/Sema/
DSema.cpp50 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
DSemaLookup.cpp4446 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
DSemaDecl.cpp14608 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
14670 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in ActOnModuleInclude()
14706 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
DSemaCodeComplete.cpp3293 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
/external/clang/include/clang/Lex/
DPreprocessor.h709 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/external/clang/include/clang/Sema/
DSema.h1140 ModuleLoader &getModuleLoader() const;