Skip to content

mangleValueExp

Mangles a value expression, as used in a template argument.

Synopsis

Declared in <SageIII/manglingSupport.h>

std::string
mangleValueExp(SgValueExp const* expr);

Parameters

Name

Description

expr

This class represents the notion of an value (expression value).

Created with MrDocs