<div dir="ltr"><div><div>Hello,<br></div><div><br>I would like to detect when a PARM_DECL has a default value, i.e.<br><br></div><div>in the case:<br></div><div><br></div>    void foo(int x = 5);<br><br></div>I want to be able to tell that x has a default value. I'm not interested in the statement after the = sign, only the fact that it has a default parameter. <br>

<br>Is this possible with libclang?<br><div><div><div><br clear="all"><div><div>-- sztomi</div>
</div></div></div></div></div>