Searched refs:PList (Results 1 – 2 of 2) sorted by relevance
1187 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument1190 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()1191 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()1244 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local1245 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()1247 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
9501 const ObjCList<ObjCProtocolDecl> &PList);