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

Member predicate ExprStmt :: getExpr

Gets the expression of this ‘expression’ statement.

For example, for

x = 1;

the result would be an AssignExpr.

Expr getExpr ( )