Home
last modified time | relevance | path

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

/external/clang/test/TableGen/
DDiagnosticBase.inc13 def CLASS_ERROR : DiagClass;
31 class Error<string str> : Diagnostic<str, CLASS_ERROR, MAP_ERROR>;
/external/clang/lib/Basic/
DDiagnosticIDs.cpp34 CLASS_ERROR = 0x04 enumerator
250 if (Info->Class == CLASS_ERROR) in getDiagnosticSFINAEResponse()
343 getBuiltinDiagClass(DiagID) != CLASS_ERROR; in isBuiltinWarningOrExtension()
494 DiagClass != CLASS_ERROR && in getDiagnosticLevel()
707 if (getBuiltinDiagClass(DiagID) < CLASS_ERROR) in isUnrecoverable()
/external/clang/include/clang/Basic/
DDiagnostic.td27 def CLASS_ERROR : DiagClass;
67 class Error<string str> : Diagnostic<str, CLASS_ERROR, MAP_ERROR>;