Searched refs:lookupNestedProtocol (Results 1 – 3 of 3) sorted by relevance
532 ObjCInterfaceDecl::lookupNestedProtocol(IdentifierInfo *Name) { in lookupNestedProtocol() function in ObjCInterfaceDecl537 return SuperClass ? SuperClass->lookupNestedProtocol(Name) : nullptr; in lookupNestedProtocol()
1284 ObjCProtocolDecl *lookupNestedProtocol(IdentifierInfo *Name);
446 IDecl->lookupNestedProtocol(&Context.Idents.get("NSCopying"))) in PropertyMemoryAttribute()