clang API Documentation

Public Member Functions
clang::diag::CustomDiagInfo Class Reference

List of all members.

Public Member Functions

StringRef getDescription (unsigned DiagID) const
DiagnosticIDs::Level getLevel (unsigned DiagID) const
 getLevel - Return the level of the specified custom diagnostic.
unsigned getOrCreateDiagID (DiagnosticIDs::Level L, StringRef Message, DiagnosticIDs &Diags)

Detailed Description

Definition at line 258 of file DiagnosticIDs.cpp.


Member Function Documentation

StringRef clang::diag::CustomDiagInfo::getDescription ( unsigned  DiagID) const [inline]

getDescription - Return the description of the specified custom diagnostic.

Definition at line 266 of file DiagnosticIDs.cpp.

References clang::diag::DIAG_UPPER_LIMIT.

Referenced by clang::DiagnosticIDs::getDescription().

getLevel - Return the level of the specified custom diagnostic.

Definition at line 273 of file DiagnosticIDs.cpp.

References clang::diag::DIAG_UPPER_LIMIT.

Definition at line 279 of file DiagnosticIDs.cpp.

References clang::diag::DIAG_UPPER_LIMIT.

Referenced by clang::DiagnosticIDs::getCustomDiagID().


The documentation for this class was generated from the following file: