SageBuilder::buildVarRefExp
Build a variable reference from an existing symbol
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgVarRefExp*
buildVarRefExp(SgVariableSymbol* varSymbol);
Return Value
This class represents the variable refernece in expressions.
Parameters
Name |
Description |
varSymbol |
This class represents the concept of a variable name within the compiler (a |
Created with MrDocs