Skip to content

SageBuilder::getOrCreateNonrealDeclarationScope

Get or create the nonreal declaration scope associated with a declaration.

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgDeclarationScope*
getOrCreateNonrealDeclarationScope(SgDeclarationStatement* owner);

Return Value

or create the nonreal declaration scope associated with a declaration.

Parameters

Name

Description

owner

This class represents the concept of a declaration statement.

Created with MrDocs