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