Module function

Source
Expand description

Function resolution and metadata extraction

Re-exports§

pub use index::function_index;
pub use variables::resolve_function_variables;

Structs§

FunctionData
FunctionIndex
Targeted function index containing only functions
FunctionIndexEntry
FunctionSignature
Variable
Tracked variable information

Enums§

FunctionDeclarationType
SelfType
Type of self parameter in a method

Functions§

function_index
Index only functions in debug file using visitor pattern
get_declaration_type
Infer what kind of declaration this DIE represents
resolve_function_signature
Analyze a function to see if it’s a method for the target type
resolve_function_variables
Resolve all variables in a function