Expand description
Call graph construction and analysis.
Builds caller and callee relationships from semantic analysis results. Implements type-aware function matching to disambiguate overloads and name collisions.
Structs§
- Call
Chain - Call
Graph - Call graph storing callers, callees, and function definitions.
- Import
Graph - Maps files to their incoming and outgoing import relationships. Incoming: files that import this file. Outgoing: files that this file imports.
Enums§
Functions§
- resolve_
symbol - Resolve a symbol name against the set of known symbols using the requested match mode.