Searched defs:getMostRecentDecl (Results 1 – 5 of 5) sorted by relevance
160 decl_type *getMostRecentDecl() { in getMostRecentDecl() function165 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
801 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function805 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
284 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function287 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function2872 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function2875 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function3091 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function3094 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
660 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function665 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function1770 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function1774 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
548 static DeclType *getMostRecentDecl(EntryType *D) { in getMostRecentDecl() function