enum NSAPI::NSDictionaryMethodKind

Description

Enumerates the NSDictionary/NSMutableDictionary methods used to generate literals and to apply some checks.

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

Enumerators

NameValueComment
NSDict_dictionary0
NSDict_dictionaryWithDictionary1
NSDict_dictionaryWithObjectForKey2
NSDict_dictionaryWithObjectsForKeys3
NSDict_dictionaryWithObjectsForKeysCount4
NSDict_dictionaryWithObjectsAndKeys5
NSDict_initWithDictionary6
NSDict_initWithObjectsAndKeys7
NSDict_initWithObjectsForKeys8
NSDict_objectForKey9
NSMutableDict_setObjectForKey10
NSMutableDict_setObjectForKeyedSubscript11
NSMutableDict_setValueForKey12