Home | History | Annotate | Download | only in Sema

Lines Matching defs:Protocol

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