Searched refs:handleDestructorCall (Results 1 – 2 of 2) sorted by relevance
123 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() function215 V.handleDestructorCall(VD, DD); in walk()457 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
888 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall() function in SExprBuilder