Skip to content

unparseScopeStatementWithoutBasicBlockToString

Unparse the header of the scope statement (used in the prefix generation to permit context to be accounted for the in generation of AST fragements from strings, e.g. for cases in SgSwitchStatement).

Synopsis

Declared in <src/backend/unparser/unparser.h>

std::string
unparseScopeStatementWithoutBasicBlockToString(SgScopeStatement* scope);

Parameters

Name

Description

scope

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs