Searched refs:PList (Results 1 – 2 of 2) sorted by relevance
678 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument681 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()682 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()734 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local735 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()737 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
6780 const ObjCList<ObjCProtocolDecl> &PList);