SageInterface::moveDeclarationToAssociatedNamespace
Relocate the declaration to be explicitly represented in its associated namespace (required for some backend compilers to process template instantiations).
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
moveDeclarationToAssociatedNamespace(SgDeclarationStatement* declarationStatement);
Parameters
Name |
Description |
declarationStatement |
This class represents the concept of a declaration statement. |
Created with MrDocs