Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp380 else if (std::optional<CFGAutomaticObjDtor> DtorOpt = in run() local
382 handleDestructor(*DtorOpt); in run()
472 void handleDestructor(const CFGAutomaticObjDtor &DtorOpt) { in handleDestructor() argument
478 const VarDecl *DestructedVD = DtorOpt.getVarDecl(); in handleDestructor()