Home | History | Annotate | Download | only in Sema

Lines Matching refs:PList

541   const ObjCList<ObjCProtocolDecl> &PList) {
544 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(),
545 E = PList.end(); I != E; ++I) {
583 ObjCList<ObjCProtocolDecl> PList;
584 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
586 ProtocolName, ProtocolLoc, PDecl->getLocation(), PList);