Lines Matching refs:getCanonicalDecl

654   CXXRecordDecl *getCanonicalDecl() override {  in getCanonicalDecl()  function
655 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl()); in getCanonicalDecl()
657 const CXXRecordDecl *getCanonicalDecl() const { in getCanonicalDecl() function
658 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl(); in getCanonicalDecl()
1782 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl()); in isVirtual()
1804 CXXMethodDecl *getCanonicalDecl() override { in getCanonicalDecl() function
1805 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl()); in getCanonicalDecl()
1807 const CXXMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function
1808 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl(); in getCanonicalDecl()
1822 return !(isDeleted() || getCanonicalDecl()->isDefaulted()); in isUserProvided()
2388 CXXConstructorDecl *getCanonicalDecl() override { in getCanonicalDecl() function
2389 return cast<CXXConstructorDecl>(FunctionDecl::getCanonicalDecl()); in getCanonicalDecl()
2391 const CXXConstructorDecl *getCanonicalDecl() const { in getCanonicalDecl() function
2392 return const_cast<CXXConstructorDecl*>(this)->getCanonicalDecl(); in getCanonicalDecl()
2771 NamespaceAliasDecl *getCanonicalDecl() override { in getCanonicalDecl() function
2774 const NamespaceAliasDecl *getCanonicalDecl() const { in getCanonicalDecl() function
2880 UsingShadowDecl *getCanonicalDecl() override { in getCanonicalDecl() function
2883 const UsingShadowDecl *getCanonicalDecl() const { in getCanonicalDecl() function
3164 UsingDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function
3165 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
3243 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() function
3246 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl() function
3315 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl() function
3318 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl() function