<font size=2 face="sans-serif">Hello all - </font>
<br>
<br><font size=2 face="sans-serif">When using the clang_getCursor function,
the caller is returned the most specific cursor at the location given.
 Is there a process by which I can get progressively less specific
cursors?  For instance, if given a position inside a function, I'd
like to be able to get the cursor from that position, and then look at
that cursor's parents until I find the function declaration.</font>
<br>
<br><font size=2 face="sans-serif">Currently, I always start at the top
and work down, but under some circumstances, it would be very convenient
to be able to work up instead.</font>
<br>
<br><font size=2 face="sans-serif">Thanks for any ideas </font>
<br>
<br><font size=2 face="sans-serif">- Nick</font>