Home
last modified time | relevance | path

Searched refs:getMostRecentExistingDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
DASTReader.h1185 Decl *getMostRecentExistingDecl(Decl *D);
/external/clang/lib/Serialization/
DASTReader.cpp8403 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
8420 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
8427 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
8434 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
DASTReaderDecl.cpp3031 Decl *ASTReader::getMostRecentExistingDecl(Decl *D) { in getMostRecentExistingDecl() function in ASTReader