Lines Matching refs:getMostRecentDecl
447 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function
448 return cast<NamedDecl>(static_cast<Decl *>(this)->getMostRecentDecl()); in getMostRecentDecl()
450 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function
451 return const_cast<NamedDecl*>(this)->getMostRecentDecl(); in getMostRecentDecl()
560 using redeclarable_base::getMostRecentDecl;
1032 return getMostRecentDecl(); in getMostRecentDeclImpl()
1043 using redeclarable_base::getMostRecentDecl;
1979 return getMostRecentDecl(); in getMostRecentDeclImpl()
1993 using redeclarable_base::getMostRecentDecl;
3173 return getMostRecentDecl(); in getMostRecentDeclImpl()
3184 using redeclarable_base::getMostRecentDecl;
3337 return getMostRecentDecl(); in getMostRecentDeclImpl()
3367 using redeclarable_base::getMostRecentDecl;
3647 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function
3648 return cast<EnumDecl>(static_cast<TagDecl *>(this)->getMostRecentDecl()); in getMostRecentDecl()
3650 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3651 return const_cast<EnumDecl*>(this)->getMostRecentDecl(); in getMostRecentDecl()
3867 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
3868 return cast<RecordDecl>(static_cast<TagDecl *>(this)->getMostRecentDecl()); in getMostRecentDecl()
3870 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3871 return const_cast<RecordDecl*>(this)->getMostRecentDecl(); in getMostRecentDecl()