Searched refs:handleLValueToRValueConversion (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6149 return handleLValueToRValueConversion( in handleTrivialCopy() 7318 if (!handleLValueToRValueConversion( in handleLValueToRValueBitCast() 7503 if (!handleLValueToRValueConversion(Info, E, E->getType(), Obj, Result)) in VisitBinaryOperator() 8255 if (!handleLValueToRValueConversion(Info, E, FD->getType(), Result, in VisitVarDecl() 8760 if (!handleLValueToRValueConversion(Info, E, E->getType(), Result, in VisitCXXThisExpr() 8983 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 9304 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) || in VisitBuiltinCallExpr() 9450 if (!handleLValueToRValueConversion(Info, E, T, Src, Val) || in VisitBuiltinCallExpr() 13094 if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result)) in VisitBinCmp() 14890 if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result)) in EvaluateAsRValue() [all …]
|