Skip to content

SageBuilder::buildNonrealType

Build a non‐real dependent type (optionally with template arguments). Internally a SgNonrealDecl is also built.

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgNonrealType*
buildNonrealType(
    SgName const& name,
    SgScopeStatement* scope,
    SgTemplateArgumentPtrList const* tplArgs);

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