CodeQL library for C/C++
codeql/cpp-all 0.12.8-dev (changelog, source)
Search

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()