Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1040 compileModuleImpl(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, in compileModuleImpl() argument
1051 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
1074 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1083 = ImportingInstance.getInvocation().getPreprocessorOpts();
1106 assert(ImportingInstance.getInvocation().getModuleHash() ==
1113 CompilerInstance Instance(ImportingInstance.getPCHContainerOperations(),
1114 &ImportingInstance.getModuleCache());
1119 ImportingInstance.getDiagnosticClient()),
1124 Instance.setFileManager(&ImportingInstance.getFileManager());
1128 ImportingInstance.getSourceManager().getModuleBuildStack());
[all …]