enum AccessKinds

Description

Kinds of access we can perform on an object, for diagnostics. Note that we consider a member function call to be a kind of access, even though it is not formally an access of the object, because it has (largely) the same set of semantic restrictions.

Declared at: clang/lib/AST/Interp/State.h:26

Enumerators

NameValueComment
AK_Read0
AK_ReadObjectRepresentation1
AK_Assign2
AK_Increment3
AK_Decrement4
AK_MemberCall5
AK_DynamicCast6
AK_TypeId7
AK_Construct8
AK_Destroy9