Skip to content

UnparseLanguageIndependentConstructs::statementFromFile

used to support the run_unparser function (support for #line 42 "filename" when it appears in source code)

Synopsis

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

bool
statementFromFile(
    SgStatement* stmt,
    std::string sourceFilename,
    SgUnparse_Info& info);

Parameters

Name

Description

stmt

This class represents the notion of a statement.

Created with MrDocs