|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
C/C++ function parsing and extraction. More...
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.