Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1059 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1068 = ImportingInstance.getInvocation().getPreprocessorOpts();
1091 assert(ImportingInstance.getInvocation().getModuleHash() ==
1111 Instance.setFileManager(&ImportingInstance.getFileManager());
1115 ImportingInstance.getSourceManager().getModuleBuildStack());
1125 ImportingInstance.getDiagnostics().Report(ImportLoc,
1143 ImportingInstance.getDiagnostics().Report(ImportLoc,
1189 ModuleMapFile, ImportingInstance.getFileManager())) in compileModuleImpl()
1229 ImportingInstance.setBuildGlobalModuleIndex(true); in compileModuleImpl()
1239 DiagnosticsEngine &Diags = ImportingInstance.getDiagnostics(); in compileAndLoadModule()
[all …]