Home
last modified time | relevance | path

Searched refs:CLASS_WARNING (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/TableGen/
DDiagnosticBase.inc11 def CLASS_WARNING : DiagClass;
32 class Warning<string str> : Diagnostic<str, CLASS_WARNING, MAP_WARNING>;
/external/clang/include/clang/Basic/
DDiagnostic.td25 def CLASS_WARNING : DiagClass;
68 class Warning<string str> : Diagnostic<str, CLASS_WARNING, MAP_WARNING>;
/external/clang/lib/Basic/
DDiagnosticIDs.cpp32 CLASS_WARNING = 0x02, enumerator