Lines Matching refs:getPreviousDecl
559 using redeclarable_base::getPreviousDecl;
1028 return getPreviousDecl(); in getPreviousDeclImpl()
1042 using redeclarable_base::getPreviousDecl;
1975 return getPreviousDecl(); in getPreviousDeclImpl()
1992 using redeclarable_base::getPreviousDecl;
3169 return getPreviousDecl(); in getPreviousDeclImpl()
3183 using redeclarable_base::getPreviousDecl;
3333 return getPreviousDecl(); in getPreviousDeclImpl()
3366 using redeclarable_base::getPreviousDecl;
3639 EnumDecl *getPreviousDecl() { in getPreviousDecl() function
3641 static_cast<TagDecl *>(this)->getPreviousDecl()); in getPreviousDecl()
3643 const EnumDecl *getPreviousDecl() const { in getPreviousDecl() function
3644 return const_cast<EnumDecl*>(this)->getPreviousDecl(); in getPreviousDecl()
3859 RecordDecl *getPreviousDecl() { in getPreviousDecl() function
3861 static_cast<TagDecl *>(this)->getPreviousDecl()); in getPreviousDecl()
3863 const RecordDecl *getPreviousDecl() const { in getPreviousDecl() function
3864 return const_cast<RecordDecl*>(this)->getPreviousDecl(); in getPreviousDecl()