Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h124 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() function
216 V.handleDestructorCall(VD, DD); in walk()
466 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp914 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall() function in SExprBuilder