Lines Matching defs:getPreviousDecl
92 return getPreviousDecl();
114 using redeclarable_base::getPreviousDecl;
589 using redeclarable_base::getPreviousDecl;
1094 return getPreviousDecl();
1108 using redeclarable_base::getPreviousDecl;
1932 /// getPreviousDecl() chain.
2102 return getPreviousDecl();
2119 using redeclarable_base::getPreviousDecl;
3462 return getPreviousDecl();
3476 using redeclarable_base::getPreviousDecl;
3627 return getPreviousDecl();
3660 using redeclarable_base::getPreviousDecl;
3956 EnumDecl *getPreviousDecl() {
3958 static_cast<TagDecl *>(this)->getPreviousDecl());
3960 const EnumDecl *getPreviousDecl() const {
3961 return const_cast<EnumDecl*>(this)->getPreviousDecl();
4187 RecordDecl *getPreviousDecl() {
4189 static_cast<TagDecl *>(this)->getPreviousDecl());
4191 const RecordDecl *getPreviousDecl() const {
4192 return const_cast<RecordDecl*>(this)->getPreviousDecl();