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

NameValueComment
DontCare0
SizeT1
PtrdiffT2