codeql/cpp-all
3.1.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the block that is the function body.
For C++ functions whose body is a function try statement rather than a block, this gives the block guarded by the try statement. See FunctionTryStmt for further information.
FunctionTryStmt
BlockStmt getBlock()