[cfe-dev] resolving call expressions with libclang

Erik Verbruggen erikjv at me.com
Sat Feb 5 01:30:46 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110205/4083234c/attachment.html>


More information about the cfe-dev mailing list