Searched refs:loadModule (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/Lex/
H A DModuleLoader.h94 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
/external/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp54 ModuleLoadResult loadModule(SourceLocation ImportLoc,
H A DPPCallbacksTest.cpp36 ModuleLoadResult loadModule(SourceLocation ImportLoc,
H A DLexerTest.cpp30 ModuleLoadResult loadModule(SourceLocation ImportLoc,
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp366 static std::unique_ptr<Module> loadModule(StringRef Filename, function in namespace:thinlto
527 auto TheModule = loadModule(Filename, Ctx);
558 auto TheModule = loadModule(Filename, Ctx);
589 auto TheModule = loadModule(Filename, Ctx);
612 auto TheModule = loadModule(Filename, Ctx);
635 auto TheModule = loadModule(Filename, Ctx);
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h765 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
H A DASTUnit.h906 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp54 ModuleLoadResult loadModule(SourceLocation ImportLoc,
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1410 CompilerInstance::loadModule(SourceLocation ImportLoc, function in class:CompilerInstance
1718 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false);
/external/clang/lib/Lex/
H A DPreprocessor.cpp788 Imported = TheModuleLoader.loadModule(ModuleImportLoc,
H A DPPDirectives.cpp1852 // FIXME: Remove this; loadModule does the same check (but produces
1878 // FIXME: Should we have a second loadModule() overload to avoid this
1895 ModuleLoadResult Imported = TheModuleLoader.loadModule(
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl1609 sub loadModule($) subroutine
20298 loadModule("XmlDump");
22242 loadModule("XmlDump");
22861 loadModule("CallConv");
23152 loadModule("RegTests");
23171 loadModule("SysCheck");
23236 loadModule("SysCheck");
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3306 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path,
H A DSemaDecl.cpp15065 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible,

Completed in 926 milliseconds