Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DGeneratePCH.cpp44 if (PP.getModuleLoader().HadFatalFailure) in HandleTranslationUnit()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp51 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() function in Sema
H A DSemaLookup.cpp4093 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
H A DSemaDecl.cpp13802 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
13843 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc, in ActOnModuleInclude()
13861 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc, in createImplicitModuleImportForErrorRecovery()
H A DSemaCodeComplete.cpp3187 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h527 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1054 ModuleLoader &getModuleLoader() const;