Visitor

Undocumented in source.

Constructors

this
this(CXCursor cursor)
Undocumented in source.
this
this(Cursor cursor)
Undocumented in source.

Members

Aliases

Delegate
alias Delegate = int delegate(ref Cursor, ref Cursor)
Undocumented in source.
OpApply
alias OpApply = int delegate(Delegate dg)
Undocumented in source.

Functions

opApply
int opApply(Delegate dg)

Trusted: assuming the LLVM function do NOT abuse the pointer in any way.

opApply
int opApply(int delegate(ref Cursor) dg)

Trusted: assuming the LLVM function do NOT abuse the pointer in any way.

Meta