reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1361 if (!Protocols.empty()) { 1362 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), 1363 E = Protocols.end(); I != E; ++I) 1364 Out << (I == Protocols.begin() ? '<' : ',') << **I;