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);
1896 return EvaluateLValue(Object, This, Info);
2629 if (!EvaluateLValue(E->getSubExpr(), LVal, Info))
2836 static bool EvaluateLValue(const Expr* E, LValue& Result, EvalInfo &Info) { function
3056 return EvaluateLValue(E->getSubExpr(), Result, Info);
3142 if (!EvaluateLValue(SubExpr, Result, Info))
3159 return EvaluateLValue(SubExpr, Result, Info);
3798 if (!EvaluateLValue(E->getInit(0), LV, Info))
4221 if ((Arg->isGLValue() ? EvaluateLValue(Arg, LV, Info)
6177 if (!EvaluateLValue(
[all...]

Completed in 42 milliseconds