Skip to content

SageInterface::computeUniqueNameForUseAsIdentifier

Traversal to set the global map of names to node and node to names.collisions to support generateUniqueNameForUseAsIdentifier() function.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

void
computeUniqueNameForUseAsIdentifier(SgNode* astNode);

Parameters

Name

Description

astNode

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs