dextool ~mutate-improve-diff-view (2026-04-01T20:21:06.3235291)
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(cpptooling.analyzer.clang.ast.IfStmt) n, T v)
void
accept
(dextool.clang_extensions.IfStmt n, T v)
void
accept
(
T
)
(
ref
dextool.clang_extensions.IfStmt
n
,
T
v
)
if
(
is
(
T
:
ExtendedVisitor
)
)
Meta
Source
See Implementation
dextool
plugin
mutate
backend
analyze
extensions
classes
ExtendedVisitor
IfStmtCond
IfStmtElse
IfStmtInit
IfStmtThen
functions
accept