Skip to content

FortranCodeGeneration_locatedNode::unparseStatementNumbers

Support for Fortran numeric labels (can appear on any statement), this is an empty function for C/C++.

Synopsis

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

virtual
void
unparseStatementNumbers(
    SgStatement* stmt,
    SgUnparse_Info& info) override;

Parameters

Name

Description

stmt

This class represents the notion of a statement.

Created with MrDocs