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

/external/clang/tools/diagtool/
H A DListWarnings.cpp18 #include "clang/Basic/AllDiagnostics.h"
56 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName(); local
58 for (ArrayRef<DiagnosticRecord>::iterator di = AllDiagnostics.begin(),
59 de = AllDiagnostics.end();
H A DShowEnabledWarnings.cpp113 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName(); local
116 for (ArrayRef<DiagnosticRecord>::iterator I = AllDiagnostics.begin(),
117 E = AllDiagnostics.end();

Completed in 448 milliseconds