Skip to content

SageInterface::suggestNextNumericLabel

Suggest next usable (non‐conflicting) numeric label value for a Fortran function definition scope

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
int
suggestNextNumericLabel(SgFunctionDefinition* func_def);

Parameters

Name

Description

func_def

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

Created with MrDocs