<div dir="ltr">Hi,<div><br></div><div>Well, i tried various ways: Getting the FuncDecl qualifiers, Getting the ResultType qualifiers, Getting the TypeLoc and through that...</div><div><br></div><div>Why don't you tell me how you did it? :)<br>

<br><div class="gmail_quote">On Fri, Nov 5, 2010 at 2:49 PM, Jan Bierbaum <span dir="ltr"><<a href="mailto:s3306700@inf.tu-dresden.de">s3306700@inf.tu-dresden.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi!<br>
<br>
<br>
Nimrod Partush meinte am 03.11.2010 10:24:<br>
> When asking for the qualifiers of:<br>
><br>
> const int f();<br>
><br>
> I get null. Am i doing something wrong?<br>
<br>
Well, you don't say how you do it... ;-)<br>
<br>
Probably you're making the same mistake I did some time ago. What you<br>
want is not the qualifiers of the function (it has none) but those of<br>
its return type.<br>
<br>
<br>
Regards, Jan.<br>
<br>
</blockquote></div><br></div></div>