enum ObjCMessageKind

Description

Represents the ways an Objective-C message send can occur.

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:1110

Enumerators

NameValueComment
OCM_PropertyAccess0
OCM_Subscript1
OCM_Message2