Searched refs:ProtocolIdents (Results 1 – 1 of 1) sorted by relevance
218 SmallVector<IdentifierLoc, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local223 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()315 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()318 for (const auto &Loc : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()323 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration()1367 SmallVector<IdentifierLoc, 8> ProtocolIdents; in ParseObjCProtocolReferences() local1373 ProtocolIdents); in ParseObjCProtocolReferences()1381 ProtocolIdents.emplace_back(Tok.getLocation(), Tok.getIdentifierInfo()); in ParseObjCProtocolReferences()1396 ProtocolIdents, Protocols); in ParseObjCProtocolReferences()