enum NSAPI::NSSetMethodKind

Description

Enumerates the NSMutableSet/NSOrderedSet methods used to apply some checks.

Declared at: clang/include/clang/AST/NSAPI.h:121

Enumerators

NameValueComment
NSMutableSet_addObject0
NSOrderedSet_insertObjectAtIndex1
NSOrderedSet_setObjectAtIndex2
NSOrderedSet_setObjectAtIndexedSubscript3
NSOrderedSet_replaceObjectAtIndexWithObject4