Lines Matching defs:protocolIdents
454 /// \param protocolIdents Will capture the list of identifiers, if the
461 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
473 for (const auto &pair : protocolIdents) {
481 protocolIdents.clear();
515 protocolIdents);
548 protocolIdents.push_back(std::make_pair(paramName, paramLoc));
608 SmallVector<IdentifierLocPair, 1> protocolIdents;
612 return parseObjCTypeParamListOrProtocolRefs(Scope, lAngleLoc, protocolIdents,
2187 SmallVector<IdentifierLocPair, 8> protocolIdents;
2191 protocolIdents, rAngleLoc)) {