Skip to content

SageBuilder::buildProcedureHeaderStatement

Build a Fortran subroutine or procedure

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgProcedureHeaderStatement*
buildProcedureHeaderStatement(
    char const* name,
    SgType* return_type,
    SgFunctionParameterList* parlist,
    SgProcedureHeaderStatement::subprogram_kind_enum,
    SgScopeStatement* scope,
    SgProcedureHeaderStatement* first_nondefining_declaration);

Parameters

Name

Description

return_type

This class represents the base class for all types.

parlist

This class represents the concept of a declaration list.

scope

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

Created with MrDocs