<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 12, 2014 at 2:41 PM, Eli Bendersky <span dir="ltr"><<a href="mailto:eliben@google.com" target="_blank">eliben@google.com</a>></span> wrote:<br>

<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"><div dir="ltr">Hi All,<div><br></div><div>Given a Decl*, I want to find who are the other decls in its DeclGroup. So for:</div>

<div><br></div><div>  int foo, bar;</div><div><br></div><div>Given a Decl* for 'foo', I want to find 'bar'.</div>
<div><br></div><div>ASTConsumer.h (<a href="http://clang.llvm.org/doxygen/ASTConsumer_8h_source.html" target="_blank">http://clang.llvm.org/doxygen/ASTConsumer_8h_source.html</a>) mentions a getNextDeclarator method, which seems to have been removed in r68002 (so the comment is stale now).</div>


<div><br></div></div></blockquote><div><br></div><div>FWIW, I cleaned up the comment in r210851.</div><div><br></div></div></div></div>