Skip to content

joinMangledQualifiers

Joins two sets of mangled qualifiers to form a new mangled qualifier.

Synopsis

Declared in <SageIII/manglingSupport.h>

SgName
joinMangledQualifiers(
    SgName const& base,
    SgName const& name);

Return Value

This class represents strings within the IR nodes.

Parameters

Name

Description

base

This class represents strings within the IR nodes.

name

This class represents strings within the IR nodes.

Created with MrDocs