SageInterface::appendExpressionList
Append an expression list to a SgExprListExp, set the parent pointers also
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
appendExpressionList(
SgExprListExp*,
std::vector<SgExpression*> const&);
Created with MrDocs