Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:protocol

3 @class Protocol;
5 @protocol fproto;
7 @protocol p1
14 Protocol *proto = @protocol(p1);
15 Protocol *fproto = @protocol(fproto);
16 Protocol *pp = @protocol(i); // expected-error {{cannot find protocol declaration for 'i'}}
17 Protocol *p1p = @protocol(cl); // expected-error {{cannot find protocol declaration for 'cl'}}