Skip to content

SageInterface::getAssociatedTypeFromFunctionTypeList

Get the type of the associated argument expression from the function type.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgType*
getAssociatedTypeFromFunctionTypeList(SgExpression* actual_argument_expression);

Return Value

the type of the associated argument expression from the function type.

Parameters

Name

Description

actual_argument_expression

This class represents the notion of an expression. Expressions

Created with MrDocs