Skip to content

SageBuilder::buildDeclType

Build a decltype reference type

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgDeclType*
buildDeclType(
    SgExpression* base_expression,
    SgType* base_type);

Parameters

Name

Description

base_expression

This class represents the notion of an expression. Expressions

base_type

This class represents the base class for all types.

Created with MrDocs