On Tue, Oct 16, 2012 at 9:08 PM, sunil rathee <span dir="ltr"><<a href="mailto:ratheesuniljec@gmail.com" target="_blank">ratheesuniljec@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>Is there any solution by which we can find the type of the pointer. Means can we find is it Integer pointer or Double pointer etc. <br>
Also can we find is it pointing to another pointer or not?</blockquote><div><br></div><div>Assuming you mean in the Clang AST, but I'm not sure what you mean with "find the type of the pointer". What do you have? A pointer declaration? An expression? A PointerType and you want to figure out more about it (if the latter, see <a href="http://clang.llvm.org/doxygen/classclang_1_1PointerType.html">http://clang.llvm.org/doxygen/classclang_1_1PointerType.html</a>)</div>
<div><br></div><div>Cheers,</div><div>/Manuel</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><font color="#888888"><br clear="all"><br>-- <br>

Sunil Rathee<br>MTech<br>IIT Delhi<br><br>Not going along with the crowd can help you stand out in the crowd<br><br>
</font></span><br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>