Searched refs:ProtocolIdents (Results 1 – 1 of 1) sorted by relevance
222 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local226 ProtocolIdents, in ParseObjCAtInterfaceDeclaration()337 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()340 for (const auto &pair : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()345 &ProtocolIdents[0], ProtocolIdents.size(), in ParseObjCAtInterfaceDeclaration()1556 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() local1560 Actions.CodeCompleteObjCProtocolReferences(ProtocolIdents.data(), in ParseObjCProtocolReferences()1561 ProtocolIdents.size()); in ParseObjCProtocolReferences()1571 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(), in ParseObjCProtocolReferences()1587 &ProtocolIdents[0], ProtocolIdents.size(), in ParseObjCProtocolReferences()