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
Name | Value | Comment |
---|---|---|
OCM_PropertyAccess | 0 | |
OCM_Subscript | 1 | |
OCM_Message | 2 |