OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
115
ArrayRef<DiagnosticRecord>
AllDiagnostics
= getBuiltinDiagnosticsByName();
118
for (ArrayRef<DiagnosticRecord>::iterator I =
AllDiagnostics
.begin(),
119
E =
AllDiagnostics
.end();
Completed in 41 milliseconds