On 7/20/12, Jacob Carlborg <[email protected]> wrote: > In libclang, the kind of "Foo::Val1" in the above example is: > > CXCursor_FirstExpr -> CXCursor_DeclRefExpr -> CXCursor_NamespaceRef. > > What I did here was I checked the kind of "Foo::Val1" cursor, drilled > down into the cursor children as far as possible. > > Cursor kinds: > > http://clang.llvm.org/doxygen/group__CINDEX.html#gaaccc432245b4cd9f2d470913f9ef0013
Cool, this will come in handy. Thanks.
