UnparseLanguageIndependentConstructs::unparseStatementWithExternBraceTracking
Unparse a statement while tracking extern "C" brace state.
Synopsis
Declared in <src/backend/unparser/languageIndependenceSupport/unparseLanguageIndependentConstructs.h>
void
unparseStatementWithExternBraceTracking(
SgStatement* stmt,
SgUnparse_Info& info,
size_t& extern_brace_depth,
bool& extern_brace_active);
Parameters
Name |
Description |
stmt |
This class represents the notion of a statement. |
Created with MrDocs