Skip to content

SageInterface::annotateExpressionsWithUniqueNames

Generate unique names for expressions and attach the names as persistent attributes ("UniqueNameAttribute")

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

void
annotateExpressionsWithUniqueNames(SgProject* project);

Parameters

Name

Description

project

This class represents a source project, with a list of SgFile objects and global

Created with MrDocs