SageBuilder::buildStringType
DQ (8/21/2010): We want to move to the new buildStringType( SgExpression*,size_t) function over the older buildStringType() function.
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
DQ (8/21/2010): We want to move to the new buildStringType( SgExpression*,size_t) function over the older buildStringType() function.
[[visibility]]
SgTypeString*
buildStringType();
[[visibility]]
SgTypeString*
buildStringType(SgExpression* stringLengthExpression);
Created with MrDocs