Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDGeneratePCH.cpp44 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h462 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp12904 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in ActOnModuleImport()
12932 PP.getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc, in ActOnModuleInclude()
12945 PP.getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc, in createImplicitModuleImport()
HDSemaCodeComplete.cpp3196 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()