Lines Matching refs:ProtoRefs
454 ObjCProtocolDecl *const *ProtoRefs,
457 assert(ProtoRefs);
461 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i]);
907 Decl * const *ProtoRefs, unsigned NumProtoRefs,
1017 diagnoseUseOfProtocols(*this, IDecl, (ObjCProtocolDecl*const*)ProtoRefs,
1019 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
1127 Decl * const *ProtoRefs,
1156 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
1179 diagnoseUseOfProtocols(*this, PDecl, (ObjCProtocolDecl*const*)ProtoRefs,
1181 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
1709 Decl * const *ProtoRefs,
1779 diagnoseUseOfProtocols(*this, CDecl, (ObjCProtocolDecl*const*)ProtoRefs,
1781 CDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
1785 IDecl->mergeClassExtensionProtocolList((ObjCProtocolDecl*const*)ProtoRefs,