Lines Matching defs:ProtoRefs
538 ObjCProtocolDecl *const *ProtoRefs,
541 assert(ProtoRefs);
545 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i],
978 Decl *const *ProtoRefs, unsigned NumProtoRefs,
1099 diagnoseUseOfProtocols(SemaRef, IDecl, (ObjCProtocolDecl *const *)ProtoRefs,
1101 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
1217 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs,
1256 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
1280 diagnoseUseOfProtocols(SemaRef, PDecl, (ObjCProtocolDecl *const *)ProtoRefs,
1282 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
1817 Decl *const *ProtoRefs, unsigned NumProtoRefs,
1894 diagnoseUseOfProtocols(SemaRef, CDecl, (ObjCProtocolDecl *const *)ProtoRefs,
1896 CDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
1900 IDecl->mergeClassExtensionProtocolList((ObjCProtocolDecl*const*)ProtoRefs,