|
ArKanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <arkanjo/formatter/format_manager.hpp>#include <arkanjo/methods/ast/ast_method.hpp>#include <arkanjo/base/config.hpp>#include <arkanjo/utils/utils.hpp>#include <arkanjo/base/features/ast_feature.hpp>#include <arkanjo/base/features/source_feature.hpp>#include <thread>
Include dependency graph for ast_method.cpp:Go to the source code of this file.
Classes | |
| struct | ZSNode |
Functions | |
| ZSNode | from_tsnode (TSNode node) |
| int | build_postorder (const ZSNode &node, PostOrderTree &tree) |
| int build_postorder | ( | const ZSNode & | node, |
| PostOrderTree & | tree ) |
Definition at line 30 of file ast_method.cpp.
| ZSNode from_tsnode | ( | TSNode | node | ) |
Definition at line 17 of file ast_method.cpp.