Skip to content

mangleQualifiersToString

Mangles a chain of qualifiers followed from a given scope.

Synopsis

Declared in <SageIII/manglingSupport.h>

std::string
mangleQualifiersToString(SgScopeStatement const* scope);

Description

This routine starts at a given scope and collects all mangled scope names going 'up' through to global scope.

Parameters

Name

Description

scope

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs