Skip to content

unparseDeclarationToString

Unparse the declaration as a string for use in prototypes within the AST rewrite mechanism prefix mechanism

Synopsis

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

[[visibility]]
std::string
unparseDeclarationToString(
    SgDeclarationStatement* declaration,
    bool unparseAsDeclaration = true);

Parameters

Name

Description

declaration

This class represents the concept of a declaration statement.

Created with MrDocs