Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRedeclarable.h160 decl_type *getMostRecentDecl() { in getMostRecentDecl() function
165 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
DDeclBase.h801 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function
805 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
DDecl.h284 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function
287 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2872 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function
2875 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3091 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
3094 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
DDeclCXX.h660 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
665 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
1770 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function
1774 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
DDeclTemplate.h548 static DeclType *getMostRecentDecl(EntryType *D) { in getMostRecentDecl() function