<div dir="ltr">Have you had a look at ParmVarDecl's base classes? I think that getName() from NamedDecl does what you want.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jun 21, 2014 at 10:30 AM, Sandeep K Chaudhary <span dir="ltr"><<a href="mailto:babbusandy2006@gmail.com" target="_blank">babbusandy2006@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">Hi guys,<div><br></div><div>In a FunctionDecl with body, I want to get all the argument names and types.</div>

<div><br></div><div>I am able to get these on console by printing to llvm::errs() as following</div>
<div><br></div><div><div><b>llvm::errs() << f->getParamDecl(i)->getOriginalType().getAsString() << "\n";</b></div><div><b>llvm::errs() << *f->getParamDecl(i)<< "\n";</b><br>


</div><div><br></div><div>The first one is a string. However, I can not get the string for argument name. Though, I am able to successfully print it using llvm::errs().</div><div><br></div><div>Can someone please help me with it? If I can write it to some file stream, that would also work.</div>


<div><br></div><div>I looked at ParmVarDecl but I didn't find anything useful to achieve it.</div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br>Thanks and regards,<br>Sandeep K Chaudhary.
</font></span></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>