Skip to content

SageBuilder::buildDerivedTypeStatement

Build an SgDerivedTypeStatement Fortran derived type declaration with a class declaration and definition (creating both the defining and nondefining declarations as required).

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgDerivedTypeStatement*
buildDerivedTypeStatement(
    SgName const& name,
    SgScopeStatement* scope = NULL);

Parameters

Name

Description

name

This class represents strings within the IR nodes.

scope

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

Created with MrDocs