enum ObjCPropertyRefExpr::MethodRefFlags

Description

Indicates whether the property reference will result in a message to the getter, the setter, or both. This applies to both implicit and explicit property references.

Declared at: clang/include/clang/AST/ExprObjC.h:625

Enumerators

NameValueComment
MethodRef_None0
MethodRef_Getter1
MethodRef_Setter2