dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
accept
dextool
plugin
mutate
backend
analyze
extensions
Undocumented in source. Be warned that the author may not have intended to support it.
void
accept
(const(libclang_ast.ast.IfStmt) n, T v)
void
accept
(
T
)
(
const
(
libclang_ast.ast.IfStmt
)
n
,
T
v
)
if
(
is
(
T
:
ExtendedVisitor
)
)
void
accept
(dextool.clang_extensions.IfStmt n, T v)
Meta
Source
See Implementation
dextool
plugin
mutate
backend
analyze
extensions
classes
ExtendedVisitor
IfStmtCond
IfStmtCondVar
IfStmtElse
IfStmtInit
IfStmtThen
functions
accept