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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1341 Decl *getMostRecentExistingDecl(Decl *D);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9183 for (auto *R = getMostRecentExistingDecl(RD); R;
9200 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl())
9207 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl())
9214 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl())
H A DASTReaderDecl.cpp3514 Decl *ASTReader::getMostRecentExistingDecl(Decl *D) { function in class:ASTReader

Completed in 96 milliseconds