[cfe-dev] resolving call expressions with libclang

Erik Verbruggen erik.verbruggen at me.com
Fri Feb 4 07:31:06 PST 2011


Hi,

How can I resolve a CXCursor of kind CXCursor_CallExpr to a function declaration or the function definition (if any)? Or, should the visitor wait for a CXCursor_DeclRefExpr cursor? If so, will the resolved cursor point to the correct overload when used with C++ code?

Regards,
Erik.



More information about the cfe-dev mailing list