Member predicate Expr :: getUnconverted
Gets the unique non-Conversion
expression e
for which
this = e.getConversion*()
.
For example, if called on the expression (int)(char)x
, this predicate
gets the expression x
.
Expr
getUnconverted
(
)