clang 22.0.0git
|
#include "clang/Basic/DiagnosticIDs.h"
Public Member Functions | |
CustomDiagDesc (diag::Severity DefaultSeverity, std::string Description, unsigned Class=CLASS_WARNING, bool ShowInSystemHeader=false, bool ShowInSystemMacro=false, std::optional< diag::Group > Group=std::nullopt) | |
std::optional< diag::Group > | GetGroup () const |
diag::Severity | GetDefaultSeverity () const |
Class | GetClass () const |
std::string_view | GetDescription () const |
bool | ShouldShowInSystemHeader () const |
Friends | |
bool | operator== (const CustomDiagDesc &lhs, const CustomDiagDesc &rhs) |
bool | operator< (const CustomDiagDesc &lhs, const CustomDiagDesc &rhs) |
Definition at line 202 of file DiagnosticIDs.h.
|
inline |
Definition at line 223 of file DiagnosticIDs.h.
References clang::DiagnosticIDs::CLASS_WARNING.
Referenced by operator<, and operator==.
|
inline |
Definition at line 244 of file DiagnosticIDs.h.
|
inline |
Definition at line 240 of file DiagnosticIDs.h.
|
inline |
Definition at line 245 of file DiagnosticIDs.h.
|
inline |
Definition at line 234 of file DiagnosticIDs.h.
Referenced by clang::diag::CustomDiagInfo::getOrCreateDiagID().
|
inline |
Definition at line 246 of file DiagnosticIDs.h.
|
friend |
Definition at line 253 of file DiagnosticIDs.h.
References CustomDiagDesc().
|
friend |
Definition at line 248 of file DiagnosticIDs.h.
References CustomDiagDesc().