<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p><br>
</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> John Tan<br>
<b>Sent:</b> Friday, November 18, 2016 12:23 PM<br>
<b>To:</b> llvm-dev<br>
<b>Subject:</b> conversion of const Stmt to stringref </font>
<div> </div>
</div>
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p><span style="color:rgb(51,51,51); font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; font-size:12px; white-space:pre"><span>const WhileStmt *WS = Result.Nodes.getNodeAs<clang::WhileStmt>("whileStmt");</span><br>
</span></p>
<p><span style="color:rgb(51,51,51); font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; font-size:12px; white-space:pre">Stmt *s = WS-></span><span class="pl-c1" style="color:rgb(0,134,179); font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; font-size:12px; white-space:pre">getBody</span><span style="color:rgb(51,51,51); font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; font-size:12px; white-space:pre">();
 <-- i am assuming this is can get the body of while statment</span><br>
</p>
<p><span style="color:rgb(51,51,51); font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; font-size:12px; white-space:pre"><br>
</span></p>
<p><span style="color:rgb(51,51,51); font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; font-size:12px; white-space:pre">how do i print out to see what the variable s is holding ?</span></p>
<p><span style="color:rgb(51,51,51); font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; font-size:12px; white-space:pre"><br>
</span></p>
<p><span style="color:rgb(51,51,51); font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; font-size:12px; white-space:pre">i need to print out using rewriter functionality, but there is no function for me to convert it to stringref or print a stmt.</span></p>
<p><span style="color:rgb(51,51,51); font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; font-size:12px; white-space:pre"><br>
</span></p>
<p><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px; white-space:pre">Much help needed please.
</span></font></p>
</div>
</div>
</div>
</div>
</body>
</html>