SageBuilder::buildCompoundLiteralExp_nfi
Build function for compound literals (uses a SgVariableSymbol and is similar to buildVarRefExp_nfi()).
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
SgCompoundLiteralExp*
buildCompoundLiteralExp_nfi(SgVariableSymbol* varSymbol);
Parameters
Name |
Description |
varSymbol |
This class represents the concept of a variable name within the compiler (a |
Created with MrDocs