clang API Documentation
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::diag |
Defines | |
#define | DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, SHOWINSYSHEADER, CATEGORY) ENUM, |
#define | ASTSTART |
Enumerations | |
enum | |
Functions | |
void | clang::FormatASTNodeDiagnosticArgument (DiagnosticsEngine::ArgumentKind Kind, intptr_t Val, StringRef Modifier, StringRef Argument, ArrayRef< DiagnosticsEngine::ArgumentValue > PrevArgs, SmallVectorImpl< char > &Output, void *Cookie, ArrayRef< intptr_t > QualTypeVals) |
DiagnosticsEngine argument formatting function for diagnostics that involve AST nodes. |
#define ASTSTART |
Definition at line 20 of file ASTDiagnostic.h.
#define DIAG | ( | ENUM, | |
FLAGS, | |||
DEFAULT_MAPPING, | |||
DESC, | |||
GROUP, | |||
SFINAE, | |||
NOWERROR, | |||
SHOWINSYSHEADER, | |||
CATEGORY | |||
) | ENUM, |
Definition at line 18 of file ASTDiagnostic.h.