Searched refs:ProtocolIdents (Results 1 – 1 of 1) sorted by relevance
246 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local251 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()352 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()355 for (const auto &pair : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()360 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration()1553 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() local1557 Actions.CodeCompleteObjCProtocolReferences(ProtocolIdents); in ParseObjCProtocolReferences()1567 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(), in ParseObjCProtocolReferences()1583 ProtocolIdents, Protocols); in ParseObjCProtocolReferences()