enum Sema::ObjCMessageKind

Description

Describes the kind of message expression indicated by a message send that starts with an identifier.

Declared at: clang/include/clang/Sema/Sema.h:10114

Enumerators

NameValueComment
ObjCSuperMessage0The message is sent to 'super'.
ObjCInstanceMessage1The message is an instance message.
ObjCClassMessage2The message is a class message, and the identifier is a type name.