Searched refs:handleLValueToRValueConversion (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2898 static bool handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, in handleLValueToRValueConversion() function 3971 if (!handleLValueToRValueConversion(Info, Args[0], Args[0]->getType(), in HandleFunctionCall() 4037 return handleLValueToRValueConversion( in HandleConstructorCall() 4285 if (!handleLValueToRValueConversion(Info, E, E->getType(), Obj, Result)) in VisitBinaryOperator() 4500 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 4651 if (!handleLValueToRValueConversion(this->Info, E, MD->getType(), Result, in VisitMemberExpr() 7048 if (!handleLValueToRValueConversion(Info, E, CharTy, String, Char) || in VisitCallExpr() 9107 if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result)) in EvaluateAsRValue()
|