enum class Sema::CompleteTypeKind

Declared at: clang/include/clang/Sema/Sema.h:2211

Enumerators

NameValueComment
Normal0Apply the normal rules for complete types. In particular, treat all sizeless types as incomplete.
AcceptSizeless1Relax the normal rules for complete types so that they include sizeless built-in types.
Default1Relax the normal rules for complete types so that they include sizeless built-in types.