Lines Matching defs:getMostRecentDecl
96 return getMostRecentDecl();
113 using redeclarable_base::getMostRecentDecl;
480 NamedDecl *getMostRecentDecl() {
481 return cast<NamedDecl>(static_cast<Decl *>(this)->getMostRecentDecl());
483 const NamedDecl *getMostRecentDecl() const {
484 return const_cast<NamedDecl*>(this)->getMostRecentDecl();
590 using redeclarable_base::getMostRecentDecl;
1098 return getMostRecentDecl();
1109 using redeclarable_base::getMostRecentDecl;
2106 return getMostRecentDecl();
2120 using redeclarable_base::getMostRecentDecl;
3019 // getMostRecentDecl().
3021 getMostRecentDecl()->getType()->getAs<FunctionProtoType>())
3466 return getMostRecentDecl();
3477 using redeclarable_base::getMostRecentDecl;
3631 return getMostRecentDecl();
3661 using redeclarable_base::getMostRecentDecl;
3964 EnumDecl *getMostRecentDecl() {
3965 return cast<EnumDecl>(static_cast<TagDecl *>(this)->getMostRecentDecl());
3967 const EnumDecl *getMostRecentDecl() const {
3968 return const_cast<EnumDecl*>(this)->getMostRecentDecl();
4195 RecordDecl *getMostRecentDecl() {
4196 return cast<RecordDecl>(static_cast<TagDecl *>(this)->getMostRecentDecl());
4198 const RecordDecl *getMostRecentDecl() const {
4199 return const_cast<RecordDecl*>(this)->getMostRecentDecl();