Skip to content

unparseProject

User callable function available if compilation using the backend compiler is not required.

Synopsis

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

[[visibility]]
void
unparseProject(
    SgProject* project,
    UnparseFormatHelp* unparseHelp = nullptr,
    UnparseDelegate* delegate = nullptr);

Parameters

Name

Description

project

This class represents a source project, with a list of SgFile objects and global

Created with MrDocs