<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 6, 2015 at 4:50 PM, Daniel Dilts <span dir="ltr"><<a href="mailto:diltsman@gmail.com" target="_blank">diltsman@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">CXXRecordDecl::methods() appears to list all methods in the class and base classes.  How would I get a list of only the methods declared in a class (none of the methods from base classes)?</div></blockquote><div><br></div><div>It should only list methods in the current class (excluding those inherited from base classes); do you have an example where it lists more than that? </div></div></div></div>