Searched refs:PList (Results 1 – 2 of 2) sorted by relevance
1098 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument1101 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()1102 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()1154 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local1155 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()1157 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
7368 const ObjCList<ObjCProtocolDecl> &PList);