Lines Matching defs:ProtocolIdents
260 // case, LAngleLoc will be valid and ProtocolIdents will capture the
263 SmallVector<IdentifierLocPair, 8> ProtocolIdents;
268 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc);
360 if (!ProtocolIdents.empty()) {
363 for (const auto &pair : ProtocolIdents) {
368 ProtocolIdents, protocols);
1589 SmallVector<IdentifierLocPair, 8> ProtocolIdents;
1595 ProtocolIdents);
1603 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(),
1619 ProtocolIdents, Protocols);