Home
last modified time | relevance | path

Searched refs:handleDestructorCall (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h105 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() function
198 V.handleDestructorCall(VD, DD); in walk()
449 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp866 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall() function in SExprBuilder