enum class ObjKind

Description

Determines the object kind of a tracked object.

Declared at: clang/include/clang/Analysis/RetainSummaryManager.h:35

Enumerators

NameValueComment
CF0Indicates that the tracked object is a CF object.
ObjC1Indicates that the tracked object is an Objective-C object.
AnyObj2Indicates that the tracked object could be a CF or Objective-C object.
Generalized3Indicates that the tracked object is a generalized object.
OS4Indicates that the tracking object is a descendant of a referenced-counted OSObject, used in the Darwin kernel.