reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1352 Decl *getMostRecentExistingDecl(Decl *D);
9967 for (auto *R = getMostRecentExistingDecl(RD); R; 9984 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) 9991 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) 9998 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl())