Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1138 compileModuleImpl(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, in compileModuleImpl() argument
1149 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) {
1150 ImportingInstance.getDiagnostics().Report(
1158 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
1178 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1187 = ImportingInstance.getInvocation().getPreprocessorOpts();
1210 assert(ImportingInstance.getInvocation().getModuleHash() ==
1217 CompilerInstance Instance(ImportingInstance.getPCHContainerOperations(),
1218 &ImportingInstance.getModuleCache());
1223 ImportingInstance.getDiagnosticClient()),
[all …]