enum ObjCMessageExpr::ReceiverKind

Description

The kind of receiver this message is sending to.

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

Enumerators

NameValueComment
Class0The receiver is a class.
Instance1The receiver is an object instance.
SuperClass2The receiver is a superclass.
SuperInstance3The receiver is the instance of the superclass object.