|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
C/C++ function parser and extractor. More...
#include <function_breaker_c.hpp>
Public Member Functions | |
| FunctionBreakerC (const fs::path &file_path, const fs::path &folder_path) | |
| Constructs function breaker and processes file. | |
C/C++ function parser and extractor.
Analyzes C/C++ source code to identify and extract individual functions, including their headers, bodies, and location information. Handles complex C syntax including preprocessor directives and comments.
Definition at line 31 of file function_breaker_c.hpp.
| FunctionBreakerC::FunctionBreakerC | ( | const fs::path & | file_path, |
| const fs::path & | folder_path ) |
Constructs function breaker and processes file.
| file_path | Source file to parse |
| folder_path | Containing folder path |
Definition at line 379 of file function_breaker_c.cpp.