Searched refs:ProtocolIdents (Results 1 – 1 of 1) sorted by relevance
263 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local268 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()360 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()363 for (const auto &pair : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()368 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration()1589 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() local1595 ProtocolIdents); in ParseObjCProtocolReferences()1603 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(), in ParseObjCProtocolReferences()1619 ProtocolIdents, Protocols); in ParseObjCProtocolReferences()