HomeSort by relevance Sort by last modified time
    Searched refs:CaptureDiagnostics (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
ASTUnit.h 100 bool CaptureDiagnostics;
258 ASTUnit &AST, bool CaptureDiagnostics);
615 bool CaptureDiagnostics = false);
631 bool CaptureDiagnostics = false,
679 bool CaptureDiagnostics = false,
698 bool CaptureDiagnostics = false,
726 bool CaptureDiagnostics = false,
  /external/clang/lib/Frontend/
ASTUnit.cpp 215 : Reader(0), OnlyLocalDecls(false), CaptureDiagnostics(false),
638 ASTUnit &AST, bool CaptureDiagnostics) {
644 if (CaptureDiagnostics)
650 } else if (CaptureDiagnostics) {
661 bool CaptureDiagnostics,
672 ConfigureDiags(Diags, 0, 0, *AST, CaptureDiagnostics);
675 AST->CaptureDiagnostics = CaptureDiagnostics;
    [all...]

Completed in 748 milliseconds