SageBuilder::buildIfStmt
Build if statement
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
SgIfStmt*
buildIfStmt(
SgExpression* conditional,
SgStatement* true_body,
SgStatement* false_body);
Build if statement
[[visibility]]
SgIfStmt*
buildIfStmt(
SgStatement* conditional,
SgStatement* true_body,
SgStatement* false_body);
Created with MrDocs