Searched refs:PList (Results 1 – 2 of 2) sorted by relevance
674 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument677 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()678 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()730 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local731 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()733 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
6910 const ObjCList<ObjCProtocolDecl> &PList);