Have a simple query - What is the fastest
way to retrieve a corresponding ASTNode from an ICElement?
Say I have a IMethodDeclaration object,
I am interested in fetching the IASTFunctionDeclarator, IASTFunctionDefinition
equivalent of the this element from CDT, what would be the easiest way
of doing that?