<div dir="ltr">hi Himanshu Mishra,<div><br></div><div>you might want to read <a href="http://clang.llvm.org/docs/InternalsManual.html#the-ast-library">this</a> to get answer for your question.</div><div><br></div><div>regards,</div><div>Laszlo</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 9, 2014 at 1:42 PM, Himanshu Mishra <span dir="ltr"><<a href="mailto:h.mishra@samsung.com" target="_blank">h.mishra@samsung.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">




<div>
<p>Hi,</p>
<p> </p>
<p>Actually i was trying to separate built in type from keywords using CXTypeKind. If it is in range from CXType_FirstBuiltIn to CXType_LastBuilIn but</p>
<p>in case it is "const int x;" It return the const also as CXType_Int , But const is a keyword and not Built In Type. So is there any way to differentiate these kind of keywords</p>
<p>from Builtin types. Problem will be with volatile, restrict and few other keywords like this.</p>
<p> </p>
<p>Regards,</p>
<p>Himanshu Mishra</p>
<p> </p>
<table>
<tbody>
<tr>
<td>
<p><img border="0" src="cid:Z5JE7EUABGFC@namo.co.kr"></p></td></tr></tbody></table></div><img src="http://ext.samsung.net/mailcheck/SeenTimeChecker?do=38e298068e9c22e94ebc42df2e68bbbf3dcf1ae2462396af827e134a7f4a9e4b5b76dd066826ddadddaee51834417892db9fdddda33e82cbe4a391424e62fcf6cf878f9a26ce15a0" border="0" width="0" height="0"></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>