clang
3.9.0
|
Public Member Functions | |
StringRef | getDescription (unsigned DiagID) const |
getDescription - Return the description of the specified custom diagnostic. More... | |
DiagnosticIDs::Level | getLevel (unsigned DiagID) const |
getLevel - Return the level of the specified custom diagnostic. More... | |
unsigned | getOrCreateDiagID (DiagnosticIDs::Level L, StringRef Message, DiagnosticIDs &Diags) |
Definition at line 254 of file DiagnosticIDs.cpp.
|
inline |
getDescription - Return the description of the specified custom diagnostic.
Definition at line 262 of file DiagnosticIDs.cpp.
References clang::diag::DIAG_UPPER_LIMIT.
Referenced by clang::DiagnosticIDs::getDescription().
|
inline |
getLevel - Return the level of the specified custom diagnostic.
Definition at line 269 of file DiagnosticIDs.cpp.
References clang::diag::DIAG_UPPER_LIMIT.
|
inline |
Definition at line 275 of file DiagnosticIDs.cpp.
References clang::diag::DIAG_UPPER_LIMIT, I, and ID.
Referenced by clang::DiagnosticIDs::getCustomDiagID().