Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
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);
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DThreadSafetyCommon.cpp926 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall() function in SExprBuilder