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

/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1138 compileModuleImpl(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, 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
1300 compileModule(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, Module *Module, StringRef ModuleFileName) argument
1364 readASTAfterCompileModule(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, SourceLocation ModuleNameLoc, Module *Module, StringRef ModuleFileName, bool *OutOfDate) argument
1399 compileModuleAndReadASTImpl(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, SourceLocation ModuleNameLoc, Module *Module, StringRef ModuleFileName) argument
1425 compileModuleAndReadASTBehindLock( CompilerInstance &ImportingInstance, SourceLocation ImportLoc, SourceLocation ModuleNameLoc, Module *Module, StringRef ModuleFileName) argument
1495 compileModuleAndReadAST(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, SourceLocation ModuleNameLoc, Module *Module, StringRef ModuleFileName) argument
[all...]

Completed in 168 milliseconds