HomeSort by relevance Sort by last modified time
    Searched refs:loadModule (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/Lex/
ModuleLoader.h 94 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 54 ModuleLoadResult loadModule(SourceLocation ImportLoc,
PPCallbacksTest.cpp 36 ModuleLoadResult loadModule(SourceLocation ImportLoc,
LexerTest.cpp 30 ModuleLoadResult loadModule(SourceLocation ImportLoc,
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 366 static std::unique_ptr<Module> loadModule(StringRef Filename,
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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
llvm-lto.cpp 449 static std::unique_ptr<Module> loadModule(StringRef Filename,
615 auto TheModule = loadModule(Filename, Ctx);
646 auto TheModule = loadModule(Filename, Ctx);
677 auto TheModule = loadModule(Filename, Ctx);
700 auto TheModule = loadModule(Filename, Ctx);
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 765 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
ASTUnit.h     [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 54 ModuleLoadResult loadModule(SourceLocation ImportLoc,
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 788 Imported = TheModuleLoader.loadModule(ModuleImportLoc,
    [all...]
PPDirectives.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 319 milliseconds