Searched refs:getMostRecentExistingDecl (Results 1 – 3 of 3) sorted by relevance
1618 Decl *getMostRecentExistingDecl(Decl *D);
10429 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()10446 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()10453 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()10460 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
3580 Decl *ASTReader::getMostRecentExistingDecl(Decl *D) { in getMostRecentExistingDecl() function in ASTReader