<div dir="ltr">On Tue, Jul 30, 2013 at 5:45 PM, Richard Smith <span dir="ltr"><<a href="mailto:richard@metafoo.co.uk" target="_blank">richard@metafoo.co.uk</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  I see, we can be sure that there are parameters to instantiate, even if the function was declared through a typedef, because we must have seen that we were declaring a function in the template definition and will have created parameters for the function there.<br>
</blockquote><div><br></div><div>Right, the original FunctionDecl will always have ParmVarDecls that we can instantiate, even if they were synthesized from a typedef.</div><div><br></div><div>Thanks for the review!</div></div>
</div></div>