dextool v2.3.0 (2020-09-01T21:07:48Z)
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