<div dir="ltr">You might want to have a look at how this is implemented in libclang; see CXType.cpp and specifically clang_getArraySize and clang_getArrayElementType.</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Sep 30, 2013 at 4:45 AM, Prateek Saxena <span dir="ltr"><<a href="mailto:thisisprateeksaxena@gmail.com" target="_blank">thisisprateeksaxena@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi,<div><br></div><div><br></div><div>  I am looking towards writing a AST visitor using the RecursiveASTVisitor class. I am done with the simple variables and operators. However, now I am trying to write visitors for arrays. </div>

<div><br></div><div>The problems I am facing is that how do I figure out the dimensionality of the arrays and the respective size of each dimension ?</div><div><br></div><div>In the AST, the declaration is of the DeclStmt . How do I get the size and type information from the Decl object ? </div>

<div>Is that information available in the Type class ? If not, what classes do I need to look at ?</div><div><br></div><div>Regards,</div><div>Prateek</div><div><br></div><div>P.S : I know this might be too basic for the experts out here, but still any pointers will be appreciated,</div>

</div>
<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>