codeql/cpp-all
1.4.1
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()