Lines Matching full:protocols
1131 // Protocols?
1132 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
1133 if (!Protocols.empty()) {
1134 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1135 E = Protocols.end(); I != E; ++I)
1136 Out << (I == Protocols.begin() ? '<' : ',') << **I;
1169 // Protocols?
1170 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1171 if (!Protocols.empty()) {
1173 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1174 E = Protocols.end(); I != E; ++I)
1175 Out << (I == Protocols.begin() ? '<' : ',') << **I;