Lines Matching defs:Protocols
1487 // Protocols?
1488 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
1489 if (!Protocols.empty()) {
1490 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1491 E = Protocols.end(); I != E; ++I)
1492 Out << (I == Protocols.begin() ? '<' : ',') << **I;
1525 // Protocols?
1526 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1527 if (!Protocols.empty()) {
1529 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1530 E = Protocols.end(); I != E; ++I)
1531 Out << (I == Protocols.begin() ? '<' : ',') << **I;