reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9991 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) 9991 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) 9991 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) 9992 cast<ObjCProtocolDecl>(R)->Data = PD->Data;