enum Classification::Kinds

Description

The various classification results. Most of these mean prvalue.

Declared at: clang/include/clang/AST/Expr.h:326

Enumerators

NameValueComment
CL_LValue0
CL_XValue1
CL_Function2
CL_Void3
CL_AddressableVoid4
CL_DuplicateVectorComponents5
CL_MemberFunction6
CL_SubObjCPropertySetting7
CL_ClassTemporary8
CL_ArrayTemporary9
CL_ObjCMessageRValue10
CL_PRValue11