enum class ArgType::TypeKind
Description
The TypeKind identifies certain well-known types like size_t and ptrdiff_t.
Declared at: clang/include/clang/AST/FormatString.h:278
Enumerators
Name | Value | Comment |
---|---|---|
DontCare | 0 | |
SizeT | 1 | |
PtrdiffT | 2 |
The TypeKind identifies certain well-known types like size_t and ptrdiff_t.
Declared at: clang/include/clang/AST/FormatString.h:278
Name | Value | Comment |
---|---|---|
DontCare | 0 | |
SizeT | 1 | |
PtrdiffT | 2 |