Home
last modified time | relevance | path

Searched refs:isSubclassOfNSClass (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DNSAPI.h224 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
/external/clang/lib/AST/
DNSAPI.cpp517 bool NSAPI::isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl, in isSubclassOfNSClass() function in NSAPI
/external/clang/lib/Sema/
DSemaChecking.cpp9976 bool IsMutableArray = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableArrayArgumentIndex()
10011 bool IsMutableDictionary = S.NSAPIObj->isSubclassOfNSClass( in GetNSMutableDictionaryArgumentIndex()
10042 bool IsMutableSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()
10046 bool IsMutableOrderedSet = S.NSAPIObj->isSubclassOfNSClass( in GetNSSetArgumentIndex()