Home
last modified time | relevance | path

Searched refs:ProtocolId (Results 1 – 7 of 7) sorted by relevance

/external/curl/lib/vtls/
Dschannel.c1385 alpn_result.ProtocolIdSize, alpn_result.ProtocolId); in schannel_connect_step3()
1389 !memcmp(NGHTTP2_PROTO_VERSION_ID, alpn_result.ProtocolId, in schannel_connect_step3()
1396 !memcmp(ALPN_HTTP_1_1, alpn_result.ProtocolId, in schannel_connect_step3()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1208 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument
1210 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1305 void Sema::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, in DiagnoseTypeArgsAndProtocols() argument
1311 << SelectProtocolFirst << TypeArgId << ProtocolId in DiagnoseTypeArgsAndProtocols()
DSemaExprObjC.cpp1214 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() argument
1220 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
1222 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1299 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument
1301 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1400 void Sema::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, in DiagnoseTypeArgsAndProtocols() argument
1406 << SelectProtocolFirst << TypeArgId << ProtocolId in DiagnoseTypeArgsAndProtocols()
DSemaExprObjC.cpp1386 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() argument
1392 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
1394 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
/external/clang/include/clang/Sema/
DSema.h7415 ArrayRef<IdentifierLocPair> ProtocolId,
7418 void DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9394 ArrayRef<IdentifierLocPair> ProtocolId,
9397 void DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId,