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