SageInterface::enclosingNamespaceScope
Find the enclosing namespace of a declaration
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
SgNamespaceDefinitionStatement*
enclosingNamespaceScope(SgDeclarationStatement* declaration);
Return Value
This class represents the concept of a namespace definition.
Parameters
Name |
Description |
declaration |
This class represents the concept of a declaration statement. |
Created with MrDocs