Searched refs:PList (Results 1 – 2 of 2) sorted by relevance
1193 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument1196 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()1197 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()1256 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local1257 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()1259 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
288 const ObjCList<ObjCProtocolDecl> &PList);