dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
generateIndentIncrDecr
libclang_ast
ast
visitor
Inject incr/decr that is called by the accept function when visiting the AST.
mixin template
generateIndentIncrDecr () {
uint
indent
;
void
incr
();
void
decr
();
}
Members
Functions
decr
void
decr
()
Undocumented in source. Be warned that the author may not have intended to support it.
incr
void
incr
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
indent
uint
indent
;
Undocumented in source.
Meta
Source
See Implementation
libclang_ast
ast
visitor
mixin templates
generateIndentIncrDecr
Inject incr/decr that is called by the accept function when visiting the AST.