Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4616 Expr *curExpr = e, *prevExpr = nullptr; in maybeUndoReclaimObject() local
4621 if (auto *pe = dyn_cast<ParenExpr>(curExpr)) { in maybeUndoReclaimObject()
4622 prevExpr = curExpr; in maybeUndoReclaimObject()
4623 curExpr = pe->getSubExpr(); in maybeUndoReclaimObject()
4627 if (auto *ce = dyn_cast<CastExpr>(curExpr)) { in maybeUndoReclaimObject()
4639 prevExpr = curExpr; in maybeUndoReclaimObject()
4640 curExpr = ce->getSubExpr(); in maybeUndoReclaimObject()