Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h125 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() function
217 V.handleDestructorCall(VD, DD); in walk()
475 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp934 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall() function in SExprBuilder