clang 20.0.0git
|
#include "clang/Basic/Diagnostic.h"
Public Types | |
enum | { MaxArguments = 10 } |
Public Member Functions | |
DiagnosticStorage ()=default | |
Public Attributes | |
unsigned char | NumDiagArgs = 0 |
The number of entries in Arguments. | |
unsigned char | DiagArgumentsKind [MaxArguments] |
Specifies for each argument whether it is in DiagArgumentsStr or in DiagArguments. | |
uint64_t | DiagArgumentsVal [MaxArguments] |
The values for the various substitution positions. | |
std::string | DiagArgumentsStr [MaxArguments] |
The values for the various substitution positions that have string arguments. | |
SmallVector< CharSourceRange, 8 > | DiagRanges |
The list of ranges added to this diagnostic. | |
SmallVector< FixItHint, 6 > | FixItHints |
If valid, provides a hint with some code to insert, remove, or modify at a particular position. | |
Definition at line 152 of file Diagnostic.h.
anonymous enum |
Definition at line 153 of file Diagnostic.h.
|
default |
unsigned char clang::DiagnosticStorage::DiagArgumentsKind[MaxArguments] |
Specifies for each argument whether it is in DiagArgumentsStr or in DiagArguments.
Definition at line 167 of file Diagnostic.h.
Referenced by clang::StreamingDiagnostic::AddString(), clang::StreamingDiagnostic::AddTaggedVal(),