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

  /external/clang/tools/diagtool/
ListWarnings.cpp 18 #include "clang/Basic/AllDiagnostics.h"
56 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName();
58 for (ArrayRef<DiagnosticRecord>::iterator di = AllDiagnostics.begin(),
59 de = AllDiagnostics.end();
ShowEnabledWarnings.cpp 112 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName();
115 for (ArrayRef<DiagnosticRecord>::iterator I = AllDiagnostics.begin(),
116 E = AllDiagnostics.end();

Completed in 314 milliseconds