SageInterface::addTextForUnparser
Add a string to be unparsed to support code generation for backāend specific tools or compilers.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
addTextForUnparser(
SgNode* astNode,
std::string s,
AstUnparseAttribute::RelativePositionType inputlocation);
Parameters
Name |
Description |
astNode |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs