SageBuilder::buildNonrealDecl
Build a declaration of a non‐real class or class‐member representing template parameters and their members
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgNonrealDecl*
buildNonrealDecl(
SgName const& name,
SgDeclarationScope* scope,
SgDeclarationScope* child_scope = NULL);
Parameters
Name |
Description |
name |
This class represents strings within the IR nodes. |
Created with MrDocs