Lines Matching defs:ProtocolIdents
261 // case, LAngleLoc will be valid and ProtocolIdents will capture the
264 SmallVector<IdentifierLocPair, 8> ProtocolIdents;
269 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc);
361 if (!ProtocolIdents.empty()) {
364 for (const auto &pair : ProtocolIdents) {
369 ProtocolIdents, protocols);
1601 SmallVector<IdentifierLocPair, 8> ProtocolIdents;
1607 ProtocolIdents);
1615 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(),
1631 ProtocolIdents, Protocols);