Searched refs:parse_function_decl (Results 1 – 1 of 1) sorted by relevance
1478 self.parse_function_decl(ctx) in parse_preamble()1710 fn parse_function_decl(&mut self, ctx: &mut Context) -> ParseResult<(FuncRef, ExtFuncData)> { in parse_function_decl() method