Searched refs:handleDestructorCall (Results 1 – 2 of 2) sorted by relevance
126 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() function218 V.handleDestructorCall(VD, DD); in walk()481 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
951 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall() function in SExprBuilder