Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h125 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp926 void SExprBuilder::handleDestructorCall(const VarDecl *VD, in handleDestructorCall() function in SExprBuilder