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

  /external/clang/include/clang/Frontend/
ASTUnit.h 122 bool CaptureDiagnostics;
310 ASTUnit &AST, bool CaptureDiagnostics);
700 bool CaptureDiagnostics,
716 bool CaptureDiagnostics = false,
762 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
781 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
808 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 217 OnlyLocalDecls(false), CaptureDiagnostics(false),
650 ASTUnit &AST, bool CaptureDiagnostics) {
655 if (CaptureDiagnostics)
660 } else if (CaptureDiagnostics) {
670 bool CaptureDiagnostics,
682 ConfigureDiags(Diags, nullptr, nullptr, *AST, CaptureDiagnostics);
685 AST->CaptureDiagnostics = CaptureDiagnostics;
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 522 bool CaptureDiagnostics = !Logger::isLoggingEnabled();
525 if (CaptureDiagnostics)
595 CaptureDiagnostics,
654 CaptureDiagnostics,
    [all...]

Completed in 234 milliseconds