enum TrivialSubobjectKind

Description

The kind of subobject we are checking for triviality. The values of this enumeration are used in diagnostics.

Declared at: clang/lib/Sema/SemaDeclCXX.cpp:9631

Enumerators

NameValueComment
TSK_BaseClass0The subobject is a base class.
TSK_Field1The subobject is a non-static data member.
TSK_CompleteObject2The object is actually the complete object.