SageBuilder::buildSizeOfOp
buildSizeOfOp overloads
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
Build sizeof() expression with an expression parameter
[[visibility]]
SgSizeOfOp*
buildSizeOfOp(SgExpression* exp = NULL);
Build sizeof() expression with a type parameter
[[visibility]]
SgSizeOfOp*
buildSizeOfOp(SgType* type = NULL);
Created with MrDocs