- visit
void visit(const(CxxBaseSpecifier) v)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(Constructor) v)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(Destructor) v)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(CxxMethod) v)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(CxxAccessSpecifier) v)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(FieldDecl) v)
Undocumented in source. Be warned that the author may not have intended to support it.
Reconstruct the semantic clang AST with dextool data structures suitable for code generation.
Note that it do NOT traverses the inheritance chain.