SageBuilder::buildEnumDeclaration_nfi
Build an enum, It is also a declaration statement in SAGE III
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgEnumDeclaration*
buildEnumDeclaration_nfi(
SgName const& name,
SgScopeStatement* scope = NULL);
Return Value
This class represents the concept of an enum declaration.
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