Searched refs:evaluateLValue (Results 1 – 1 of 1) sorted by relevance
8576 bool evaluateLValue(const Expr *E, LValue &Result) { in evaluateLValue() function in __anondef1c1651c11::PointerExprEvaluator8709 return evaluateLValue(E->getSubExpr(), Result); in VisitUnaryAddrOf()8804 if (!evaluateLValue(SubExpr, Result)) in VisitCastExpr()8822 return evaluateLValue(SubExpr, Result); in VisitCastExpr()8826 if (!evaluateLValue(E->getSubExpr(), LVal)) in VisitCastExpr()8960 return evaluateLValue(E->getArg(0), Result); in VisitBuiltinCallExpr()