Searched refs:ProtocolIdents (Results 1 – 1 of 1) sorted by relevance
240 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local245 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()335 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()338 for (const auto &pair : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()343 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration()1539 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() local1544 Actions.CodeCompleteObjCProtocolReferences(ProtocolIdents); in ParseObjCProtocolReferences()1552 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(), in ParseObjCProtocolReferences()1568 ProtocolIdents, Protocols); in ParseObjCProtocolReferences()