codeql/cpp-all
4.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the ‘then’ statement of this ‘if’ statement.
For example, for
if (b) { x = 1; }
the result is the BlockStmt { x = 1; }.
BlockStmt
{ x = 1; }
Stmt getThen()