Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1301 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument
1303 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1402 void Sema::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, in DiagnoseTypeArgsAndProtocols() argument
1408 << SelectProtocolFirst << TypeArgId << ProtocolId in DiagnoseTypeArgsAndProtocols()
H A 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()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9940 ArrayRef<IdentifierLocPair> ProtocolId,
9943 void DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId,