codeql/cpp-all
0.7.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets a body statement of this block.
For example, for the block
{ int a; int b = 1; a = b; }
it would have 3 results, for the declarations of a and b and for the expression statement a = b.
a
b
a = b
Stmt getAStmt ( )