Thanks Richard, It worked.<div><br></div><div><br></div><div><br></div><div>Victor</div><div class="gmail_extra"><br><br><div class="gmail_quote">2012/12/1 Richard Smith <span dir="ltr"><<a href="mailto:richard@metafoo.co.uk" target="_blank">richard@metafoo.co.uk</a>></span><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">On Sat, Dec 1, 2012 at 1:39 PM, Victor Vicente de Carvalho<br>
<<a href="mailto:victor.v.carvalho@gmail.com">victor.v.carvalho@gmail.com</a>> wrote:<br>
> While traversing a CXXRecordDecl methods through method_begin i've stumbled<br>
> with the class constructors and destructors being added as methods too (as<br>
> they already showed up on ctor_begin). So, what's the best way to determine<br>
> if the current method is a constructor or not?<br>
<br>
</div></div>isa<CXXConstructorDecl>(Method)<br>
</blockquote></div><br></div>