dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
Visitor
clang
Visitor
Undocumented in source.
struct
Visitor {
alias
Delegate
=
int
delegate
(
ref
Cursor
,
ref
Cursor
)
;
alias
OpApply
=
int
delegate
(
Delegate
dg
)
;
this
(CXCursor cursor);
this
(Cursor cursor);
int
opApply
(Delegate dg);
int
opApply
(int delegate(ref Cursor) dg);
}
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
Source
See Implementation
clang
Visitor
aliases
ObjCClassMethodVisitor
ObjCInstanceMethodVisitor
ObjCPropertyVisitor
ObjCProtocolVisitor
structs
DeclarationVisitor
InOrderVisitor
OverriddenVisitor
ParamVisitor
TypedVisitor
Visitor