Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp1294 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument
1296 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1395 void Sema::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, in DiagnoseTypeArgsAndProtocols() argument
1401 << SelectProtocolFirst << TypeArgId << ProtocolId in DiagnoseTypeArgsAndProtocols()
HDSemaExprObjC.cpp1272 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() argument
1278 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
1280 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h8995 ArrayRef<IdentifierLocPair> ProtocolId,
8998 void DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId,