↓ 2 callersMethodwalk_enum_decl(
&mut self,
e: &EnumDecl<'a, 'bump>,
from_node: NodeIdx,
module_idx: usize,
codex-dependency-graph/src/dep_graph.rs:513
↓ 2 callersMethodwalk_struct_decl(
&mut self,
s: &StructDecl<'a, 'bump>,
from_node: NodeIdx,
module_idx: usize,
codex-dependency-graph/src/dep_graph.rs:490
↓ 1 callersMethodadd_variable_with_mutability(
&mut self,
name: String,
ty: HirType<'a, 'bump>,
mutable: bool,
)
sentinel-typechecker/src/type_context.rs:143
↓ 1 callersMethodapply_substitutions_to_func(
&self,
func: &mut HirFunc<'a, 'bump>,
substitutions: &FxHashMap<StrId, HirType<'a, '
scribe-parser/src/hir_lowerer/monomorphization/monomorphizer.rs:91
↓ 1 callersMethodapply_substitutions_to_params(
&self,
func: &mut HirFunc<'a, '_>,
substitutions: &FxHashMap<StrId, HirType<'a, '_>>
scribe-parser/src/hir_lowerer/monomorphization/monomorphizer.rs:103
↓ 1 callersMethodcheck_potential_this_param_for_move(
&mut self,
args: &[HirExpr<'a, 'bump>],
func: HirFunc<'a, 'bump>,
params: &[
sentinel-typechecker/src/type_checker.rs:1079
↓ 1 callersMethodcreate_node_for_stmt(
&mut self,
module_idx: usize,
item_idx: usize,
stmt: &Stmt<'a, 'bump>,
)
codex-dependency-graph/src/dep_graph.rs:267
↓ 1 callersMethodextract_edges_for_stmt(
&mut self,
module_idx: usize,
item_idx: usize,
stmt: &Stmt<'a, 'bump>,
codex-dependency-graph/src/dep_graph.rs:379