|
ArKanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <arkanjo/parser/tree_sitter_parser.hpp>#include <iostream>#include <unordered_map>#include <arkanjo/utils/utils.hpp>#include <arkanjo/base/features/ast_feature.hpp>#include <arkanjo/base/features/source_feature.hpp>#include <arkanjo/base/features/metadata_feature.hpp>
Include dependency graph for tree_sitter_parser.cpp:Go to the source code of this file.
Functions | |
| std::unordered_map< std::string, TSLanguage *(*)()> | get_language_map () |
| std::unordered_map< std::string, std::string > | get_extension_map () |
| std::string | extract_name_generic (TSNode node, const std::string &source) |
| std::string extract_name_generic | ( | TSNode | node, |
| const std::string & | source ) |
Definition at line 47 of file tree_sitter_parser.cpp.
| std::unordered_map< std::string, std::string > get_extension_map | ( | ) |
| std::unordered_map< std::string, TSLanguage *(*)()> get_language_map | ( | ) |