mangleTranslationUnitQualifiers
If the declaration has translation unit scope (as opposed to program scope), mangle the translation unit name.
Synopsis
Declared in <SageIII/manglingSupport.h>
std::string
mangleTranslationUnitQualifiers(SgDeclarationStatement const* decl);
Parameters
Name |
Description |
decl |
This class represents the concept of a declaration statement. |
Created with MrDocs