reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/AST/ExprConstant.cpp
 1727 static bool EvaluateLValue(const Expr *E, LValue &Result, EvalInfo &Info,

References

tools/clang/lib/AST/ExprConstant.cpp
 4075     return EvaluateLValue(Object, This, Info);
 7075       if (!EvaluateLValue(E->getSubExpr(), LVal, Info))
 7108     if (!EvaluateLValue(UO->getSubExpr(), LVal, Info))
 7805     return EvaluateLValue(E, Result, Info, InvalidBaseOK);
 8507     if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info))
 9070   if (!EvaluateLValue(E->getSubExpr(), Array, Info))
11491       EvaluateLValue(E->getLHS(), LV, Info);
13279     if (!EvaluateLValue(E, LV, Info))
13564   if (!EvaluateLValue(this, LV, Info) || !Info.discardCleanups() ||