Skip to content

Unparser::unparseFile

friend string globalUnparseToString ( SgNode* astNode );

Synopsis

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

void
unparseFile(
    SgSourceFile* file,
    SgUnparse_Info& info,
    SgScopeStatement* unparseScope = nullptr);

Parameters

Name

Description

unparseScope

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

Created with MrDocs