enum NSAPI::NSArrayMethodKind

Description

Enumerates the NSArray/NSMutableArray methods used to generate literals and to apply some checks.

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

Enumerators

NameValueComment
NSArr_array0
NSArr_arrayWithArray1
NSArr_arrayWithObject2
NSArr_arrayWithObjects3
NSArr_arrayWithObjectsCount4
NSArr_initWithArray5
NSArr_initWithObjects6
NSArr_objectAtIndex7
NSMutableArr_replaceObjectAtIndex8
NSMutableArr_addObject9
NSMutableArr_insertObjectAtIndex10
NSMutableArr_setObjectAtIndexedSubscript11