Searched refs:evaluateLValue (Results 1 – 1 of 1) sorted by relevance
5755 bool evaluateLValue(const Expr *E, LValue &Result) { in evaluateLValue() function in __anon24b4dfe91111::PointerExprEvaluator5871 return evaluateLValue(E->getSubExpr(), Result); in VisitUnaryAddrOf()5952 if (!evaluateLValue(SubExpr, Result)) in VisitCastExpr()5970 return evaluateLValue(SubExpr, Result); in VisitCastExpr()5974 if (!evaluateLValue(E->getSubExpr(), LVal)) in VisitCastExpr()6066 return evaluateLValue(E->getArg(0), Result); in VisitBuiltinCallExpr()