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.td29 def CLASS_WARNING : DiagClass;
100 class Warning<string str> : Diagnostic<str, CLASS_WARNING, SEV_Warning>;
/external/clang/lib/Basic/
DDiagnosticIDs.cpp34 CLASS_WARNING = 0x03, enumerator