Skip to content

SageInterface::mangleType

Generate a mangled string for a given type based on Itanium C++ ABI

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
std::string
mangleType(SgType* type);

Parameters

Name

Description

type

This class represents the base class for all types.

Created with MrDocs