clang
6.0.0
|
#include "clang/Basic/Diagnostic.h"
Public Attributes | |
intptr_t | FromType |
intptr_t | ToType |
unsigned | PrintTree: 1 |
unsigned | PrintFromType: 1 |
unsigned | ElideType: 1 |
unsigned | ShowColors: 1 |
unsigned | TemplateDiffUsed: 1 |
Definition at line 1481 of file Diagnostic.h.
unsigned clang::TemplateDiffTypes::ElideType |
Definition at line 1486 of file Diagnostic.h.
Referenced by clang::FormatASTNodeDiagnosticArgument().
intptr_t clang::TemplateDiffTypes::FromType |
Definition at line 1482 of file Diagnostic.h.
Referenced by clang::FormatASTNodeDiagnosticArgument().
unsigned clang::TemplateDiffTypes::PrintFromType |
Definition at line 1485 of file Diagnostic.h.
Referenced by clang::FormatASTNodeDiagnosticArgument().
unsigned clang::TemplateDiffTypes::PrintTree |
Definition at line 1484 of file Diagnostic.h.
Referenced by clang::FormatASTNodeDiagnosticArgument().
unsigned clang::TemplateDiffTypes::ShowColors |
Definition at line 1487 of file Diagnostic.h.
Referenced by clang::FormatASTNodeDiagnosticArgument().
unsigned clang::TemplateDiffTypes::TemplateDiffUsed |
Definition at line 1489 of file Diagnostic.h.
Referenced by clang::FormatASTNodeDiagnosticArgument().
intptr_t clang::TemplateDiffTypes::ToType |
Definition at line 1483 of file Diagnostic.h.
Referenced by clang::FormatASTNodeDiagnosticArgument().