Home | History | Annotate | Download | only in Sema

Lines Matching defs:Protocol

187     // Create the built-in forward declaratino for 'Protocol'.
188 DeclarationName Protocol = &Context.Idents.get("Protocol");
189 if (IdResolver.begin(Protocol) == IdResolver.end())