Home
last modified time | relevance | path

Searched defs:stmt_expr (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/compiler/rustc_mir_build/src/build/expr/
Dstmt.rs11 pub(crate) fn stmt_expr( in stmt_expr() method
/third_party/rust/crates/syn/src/
Dstmt.rs317 fn stmt_expr( in stmt_expr() function
/third_party/rust/rust/src/tools/rustfmt/src/
Dutils.rs312 pub(crate) fn stmt_expr(stmt: &ast::Stmt) -> Option<&ast::Expr> { in stmt_expr() function
/third_party/rust/rust/compiler/rustc_expand/src/
Dbuild.rs153 pub fn stmt_expr(&self, expr: P<ast::Expr>) -> ast::Stmt { in stmt_expr() method
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dlib.rs2502 fn stmt_expr(&mut self, span: Span, expr: hir::Expr<'hir>) -> hir::Stmt<'hir> { in stmt_expr() method