Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp1039 compileModuleImpl(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, in compileModuleImpl() argument
1050 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
1073 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1082 = ImportingInstance.getInvocation().getPreprocessorOpts();
1105 assert(ImportingInstance.getInvocation().getModuleHash() ==
1112 CompilerInstance Instance(ImportingInstance.getPCHContainerOperations(),
1113 &ImportingInstance.getModuleCache());
1118 ImportingInstance.getDiagnosticClient()),
1123 Instance.setFileManager(&ImportingInstance.getFileManager());
1127 ImportingInstance.getSourceManager().getModuleBuildStack());
[all …]