|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
C/C++ function parsing and extraction. More...
#include "function_breaker_util.hpp"#include <arkanjo/utils/utils.hpp>#include <array>#include <cassert>#include <set>#include <string>#include <tuple>#include <vector>#include <filesystem>
Include dependency graph for function_breaker_c.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FunctionBreakerC |
| C/C++ function parser and extractor. More... | |
C/C++ function parsing and extraction.
Implements functionality to parse C/C++ source files and break them into individual function components with metadata.
Defines the flow of parsing a source cpp file in multiples functions
Definition in file function_breaker_c.hpp.