dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
Visitor
clang
Visitor
struct
Visitor {
int
opApply
(
Delegate
dg
)
;
int
opApply
(
int
delegate
(
ref
Cursor
)
dg
)
;
}
Members
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
structs
OverriddenVisitor
Visitor