Expand description
AST visitor for extracting C entities
This visitor traverses the tree-sitter AST and extracts:
- Functions (with complexity metrics)
- Structs, unions, enums
- Include directives
- Function calls (for call graph building)
Structsยง
- CVisitor
- Function
Call - Represents a function call found in the source