reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1245 if (!PDecl) { 1249 if (!PDecl->hasDefinition()) { 1250 Diag(ProtoLoc, diag::err_atprotocol_protocol) << PDecl; 1251 Diag(PDecl->getLocation(), diag::note_entity_declared_at) << PDecl; 1251 Diag(PDecl->getLocation(), diag::note_entity_declared_at) << PDecl; 1253 PDecl = PDecl->getDefinition(); 1253 PDecl = PDecl->getDefinition(); 1260 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc);