Home | History | Annotate | Download | only in Sema

Lines Matching refs:ProtoLoc

994                                              SourceLocation ProtoLoc,
997 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoLoc);
999 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId;