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