Home | History | Annotate | Download | only in Sema

Lines Matching refs:Protocol

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