Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1345 const CFGTemporaryDtor &DTor = B.castAs<CFGTemporaryDtor>(); in run() local
1346 const CXXBindTemporaryExpr *BTE = DTor.getBindTemporaryExpr(); in run()
1349 DTor.getDestructorDecl(AC.getASTContext()), in run()
1356 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>(); in run() local
1357 SourceLocation Loc = DTor.getTriggerStmt()->getEndLoc(); in run()
1358 const VarDecl *Var = DTor.getVarDecl(); in run()
1361 DTor.getDestructorDecl(AC.getASTContext()), in run()