Home
last modified time | relevance | path

Searched defs:getMostRecentDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DRedeclarable.h226 decl_type *getMostRecentDecl() { in getMostRecentDecl() function
231 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclBase.h1030 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function
1034 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDecl.h471 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function
474 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3742 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function
3745 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3966 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
3969 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclCXX.h518 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
523 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2073 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function
2077 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp3288 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader