Searched refs:handleDestructorCall (Results 1 – 2 of 2) sorted by relevance
124 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() function216 V.handleDestructorCall(VD, DD); in walk()466 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
914 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall() function in SExprBuilder