Member predicate BlockStmt::stripSingletonBlocks
Gets the singleton statement contained in this statement, by removing enclosing block statements.
For example converts { { return x; } } to return x;.
Gets the singleton statement contained in this statement, by removing enclosing block statements.
For example converts { { return x; } } to return x;.