DStep - Bindings Generator 0.0.1

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Jul 20 07:58:51 PDT 2012


On 7/20/12, Jacob Carlborg <doob at me.com> 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.


More information about the Digitalmars-d-announce mailing list