Searched refs:getMostRecentExistingDecl (Results 1 – 3 of 3) sorted by relevance
1183 Decl *getMostRecentExistingDecl(Decl *D);
8347 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()8364 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()8371 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()8378 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
2916 Decl *ASTReader::getMostRecentExistingDecl(Decl *D) { in getMostRecentExistingDecl() function in ASTReader