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