Searched refs:getDestructorDecl (Results 1 – 6 of 6) sorted by relevance
127 return getDestructorDecl(); in getFunctionDecl()131 const CXXDestructorDecl *getDestructorDecl() const { in getDestructorDecl() function
215 AD.getDestructorDecl(ACtx->getASTContext())); in walk()
1208 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()2069 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()3285 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
1340 const auto *DtorDecl = Dtor.getDestructorDecl(getContext()); in ProcessAutomaticObjDtor()1507 const auto *DtorDecl = D.getDestructorDecl(getContext()); in ProcessMemberDtor()1587 PostImplicitCall PP(D.getDestructorDecl(getContext()), in ProcessTemporaryDtor()
376 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
5288 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl() function in CFGImplicitDtor