Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1315 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument
1317 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1416 void Sema::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, in DiagnoseTypeArgsAndProtocols() argument
1422 << SelectProtocolFirst << TypeArgId << ProtocolId in DiagnoseTypeArgsAndProtocols()
H A DSemaExprObjC.cpp1384 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() argument
1390 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
1392 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10268 ArrayRef<IdentifierLocPair> ProtocolId,
10271 void DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId,