Skip to content

SageBuilder::buildTypeIdOp

DQ (1/25/2013): Added support for typeId operators.

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgTypeIdOp*
buildTypeIdOp(
    SgExpression* operand_expr,
    SgType* operand_type,
    SgType* expression_type = NULL);

Parameters

Name

Description

operand_expr

This class represents the notion of an expression. Expressions

operand_type

This class represents the base class for all types.

expression_type

This class represents the base class for all types.

Created with MrDocs