Skip to content

VariableRenaming::insertDefsForExternalVariables

Insert defs for functions that are declared outside the function scope.

Synopsis

Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>

void
insertDefsForExternalVariables(SgFunctionDeclaration* function);

Parameters

Name

Description

function

This class represents the concept of a function declaration statement.

Created with MrDocs