Home
last modified time | relevance | path

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

/external/clang/tools/diagtool/
DListWarnings.cpp56 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName(); in run() local
58 for (ArrayRef<DiagnosticRecord>::iterator di = AllDiagnostics.begin(), in run()
59 de = AllDiagnostics.end(); in run()
DShowEnabledWarnings.cpp112 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName(); in run() local
115 for (ArrayRef<DiagnosticRecord>::iterator I = AllDiagnostics.begin(), in run()
116 E = AllDiagnostics.end(); in run()