dextool v4.0.0 (2021-09-08T15:39:18Z)
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
(libclang_ast.ast.IfStmt n, T v)
void
accept
(dextool.clang_extensions.IfStmt n, T v)
void
accept
(
T
)
(
scope
dextool.clang_extensions.IfStmt
n
,
T
v
)
if
(
is
(
T
:
ExtendedVisitor
)
)
Meta
Source
See Implementation
dextool
plugin
mutate
backend
analyze
extensions
classes
ExtendedVisitor
IfStmtCond
IfStmtCondVar
IfStmtElse
IfStmtInit
IfStmtThen
functions
accept