Searched refs:EvaluateLValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp885 static bool EvaluateLValue(const Expr *E, LValue &Result, EvalInfo &Info);
1879 return EvaluateLValue(Object, This, Info);
2703 if (!EvaluateLValue(E->getSubExpr(), LVal, Info))
2908 static bool EvaluateLValue(const Expr* E, LValue& Result, EvalInfo &Info) { function
3131 return EvaluateLValue(E->getSubExpr(), Result, Info);
3217 if (!EvaluateLValue(SubExpr, Result, Info))
3234 return EvaluateLValue(SubExpr, Result, Info);
3864 if (!EvaluateLValue(E->getInit(0), LV, Info))
4266 if ((Arg->isGLValue() ? EvaluateLValue(Arg, LV, Info)
6181 if (!EvaluateLValue(
[all...]

Completed in 101 milliseconds