Searched defs:ProtocolId (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1214 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, argument
1220 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc);
1222 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId;
H A DSemaDeclObjC.cpp1208 ArrayRef<IdentifierLocPair> ProtocolId,
1210 for (const IdentifierLocPair &Pair : ProtocolId) {
1305 void Sema::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, argument
1311 << SelectProtocolFirst << TypeArgId << ProtocolId
1207 FindProtocolDeclaration(bool WarnOnDeclarations, bool ForObjCContainer, ArrayRef<IdentifierLocPair> ProtocolId, SmallVectorImpl<Decl *> &Protocols) argument

Completed in 72 milliseconds