Lines Matching refs:getCanonicalDecl
625 virtual CXXRecordDecl *getCanonicalDecl() {
626 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
628 virtual const CXXRecordDecl *getCanonicalDecl() const {
629 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
1614 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1636 const CXXMethodDecl *getCanonicalDecl() const {
1637 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
1639 CXXMethodDecl *getCanonicalDecl() {
1640 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
1646 return !(isDeleted() || getCanonicalDecl()->isDefaulted());
2193 const CXXConstructorDecl *getCanonicalDecl() const {
2194 return cast<CXXConstructorDecl>(FunctionDecl::getCanonicalDecl());
2196 CXXConstructorDecl *getCanonicalDecl() {
2197 return cast<CXXConstructorDecl>(FunctionDecl::getCanonicalDecl());