unparseStatementWithoutBasicBlockToString
Unparse header of statements that have bodies (but are not scopes) (e.g. SgDefaultOptionStmt)
Synopsis
Declared in <src/backend/unparser/unparser.h>
std::string
unparseStatementWithoutBasicBlockToString(SgStatement* statement);
Parameters
Name |
Description |
statement |
This class represents the notion of a statement. |
Created with MrDocs