Searched refs:handleDestructorCall (Results 1 – 2 of 2) sorted by relevance
125 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() function217 V.handleDestructorCall(VD, DD); in walk()475 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
934 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall() function in SExprBuilder