Searched refs:ProtocolId (Results 1 – 4 of 4) sorted by relevance
1190 filterPattern.ProtocolId = IPPROTO_UDP; in SetTrafficControl()1198 mask.ProtocolId = UCHAR_MAX; in SetTrafficControl()
1217 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() argument1223 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()1225 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
1209 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument1211 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
7251 ArrayRef<IdentifierLocPair> ProtocolId,