Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CI

19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
31 AdaptedAction->setCompilerInstance(&CI);
32 return AdaptedAction->BeginSourceFileAction(CI, Filename);
36 CompilerInstance &CI = getCompilerInstance();
37 CI.getDiagnostics().getClient()->BeginSourceFile(
38 CI.getASTContext().getLangOptions());
39 CI.getDiagnostics().SetArgToStringFn(&FormatASTNodeDiagnosticArgument,
40 &CI.getASTContext());
42 DiagIDs(CI.getDiagnostics().getDiagnosticIDs());
45 Diags(new DiagnosticsEngine(DiagIDs, CI.getDiagnostics().getClient(),
48 CI.getFileSystemOpts(), false);
52 ASTImporter Importer(CI.getASTContext(),
53 CI.getFileManager(),
75 CI.getDiagnostics().getClient()->EndSourceFile();