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