[cfe-dev] DeclRefExpr - function call arguments

yjninja mailme.yjoshi at rediffmail.com
Thu May 23 23:09:25 PDT 2013


Hi All,I have a got declrefexpr of the form 'change_value(x)', where I find
the references to 'x'I am writing a tool to change 'x' to 'y'.But, I am not
able to find a way to identify 'x' field in the DeclRefExpr, which only
shows 'change_value' when I print the characters within the sourcerange of
the DeclRefexpr.Can anyone help me with this asap ? I only need the 'x'
portion of 'change_value(x)'.Much Appreciated,..Yogi.



--
View this message in context: http://clang-developers.42468.n3.nabble.com/DeclRefExpr-function-call-arguments-tp4032294.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list