enum QualType::PrimitiveDefaultInitializeKind

Declared at: clang/include/clang/AST/Type.h:1199

Enumerators

NameValueComment
PDIK_Trivial0The type does not fall into any of the following categories. Note that this case is zero-valued so that values of this enum can be used as a boolean condition for non-triviality.
PDIK_ARCStrong1The type is an Objective-C retainable pointer type that is qualified with the ARC __strong qualifier.
PDIK_ARCWeak2The type is an Objective-C retainable pointer type that is qualified with the ARC __weak qualifier.
PDIK_Struct3The type is a struct containing a field whose type is not PCK_Trivial.