↓ 1 callersMethodhandle_field_access(
&mut self,
op: AssignmentOperator,
rhs: Value,
object: &HirExpr<'a, 'bump>,
emberforge-compiler/src/midend/ir/expr_lowerer.rs:486
↓ 1 callersMethodinline_stmt_as_expr(
&self,
stmt: &HirStmt<'a, 'bump>,
param_map: &HashMap<StrId, HirExpr<'a, 'bump>, FxH
scribe-parser/src/hir_lowerer/expr_lowering.rs:716
↓ 1 callersFunctionlex_line_comment(
_src: &str,
bytes: &[u8],
pos: &mut usize,
column: &mut usize,
ctx: &Arc<StringPool>,
)
scribe-parser/src/tokenizer/lexer.rs:868
↓ 1 callersFunctionlex_number(
src: &str,
bytes: &[u8],
pos: &mut usize,
column: &mut usize,
ctx: &Arc<StringPool>,
)
scribe-parser/src/tokenizer/lexer.rs:686
↓ 1 callersFunctionlex_string(
_src: &str,
bytes: &[u8],
pos: &mut usize,
line: &mut usize,
column: &mut usize,
ctx
scribe-parser/src/tokenizer/lexer.rs:823
↓ 1 callersMethodlower_expr_binary(
&mut self,
left: &HirExpr<'a, 'bump>,
op: &Operator,
right: &HirExpr<'a, 'bu
emberforge-compiler/src/midend/ir/expr_lowerer.rs:574
↓ 1 callersMethodlower_expr_call(
&self,
callee: &Expr<'a, 'bump>,
arguments: &'bump [Expr<'a, 'bump>],
span:
scribe-parser/src/hir_lowerer/expr_lowering.rs:395
↓ 1 callersMethodlower_if(
&mut self,
cond: &HirExpr<'a, 'bump>,
then_block: &'bump [HirStmt<'a, 'bump>],
emberforge-compiler/src/midend/ir/lowerer.rs:521
↓ 1 callersMethodlower_interface_call(
&mut self,
callee: &HirExpr<'a, 'bump>,
args: &[HirExpr<'a, 'bump>],
interfa
emberforge-compiler/src/midend/ir/expr_lowerer.rs:972
↓ 1 callersMethodlower_method_call(
&mut self,
object: &HirExpr<'a, 'bump>,
field: StrId,
args: &[HirExpr<'a, 'b
emberforge-compiler/src/midend/ir/expr_lowerer.rs:821
↓ 1 callersMethodmonomorphize_stmt(
&self,
stmt: &HirStmt<'a, 'bump>,
substitutions: &HashMap<StrId, HirType<'_, 'a>>,
scribe-parser/src/hir_lowerer/monomorphization/monomorphizer.rs:131