SageBuilder::getNonrealDeclarationScope
Get the nonreal declaration scope associated with a declaration (if any).
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgDeclarationScope*
getNonrealDeclarationScope(SgDeclarationStatement* owner);
Return Value
the nonreal declaration scope associated with a declaration (if any).
Parameters
Name |
Description |
owner |
This class represents the concept of a declaration statement. |
Created with MrDocs