Home
last modified time | relevance | path

Searched refs:ExprBreak (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dexpr.rs110 Break(ExprBreak),
311 pub struct ExprBreak #full { structure names
698 | Expr::Break(ExprBreak { attrs, .. })
2337 impl Parse for ExprBreak {
2567 fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprBreak> { in expr_break()
2593 Ok(ExprBreak { in expr_break()
3052 impl ToTokens for ExprBreak {
H A Dlib.rs363 ExprArray, ExprAssign, ExprAsync, ExprAwait, ExprBlock, ExprBreak, ExprClosure, ExprConst,
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs166 fn visit_expr_break(&mut self, i: &'ast ExprBreak) { in visit_expr_break()
1478 pub fn visit_expr_break<'ast, V>(v: &mut V, node: &'ast ExprBreak) in visit_expr_break()
H A Dclone.rs371 impl Clone for ExprBreak {
373 ExprBreak { in clone()
H A Dfold.rs167 fn fold_expr_break(&mut self, i: ExprBreak) -> ExprBreak { in fold_expr_break()
1334 pub fn fold_expr_break<F>(f: &mut F, node: ExprBreak) -> ExprBreak in fold_expr_break()
1338 ExprBreak { in fold_expr_break()
H A Deq.rs384 impl Eq for ExprBreak {}
387 impl PartialEq for ExprBreak {
H A Ddebug.rs571 impl Debug for ExprBreak {
573 impl ExprBreak { in fmt() impls
583 self.debug(formatter, "ExprBreak") in fmt()
H A Dvisit_mut.rs167 fn visit_expr_break_mut(&mut self, i: &mut ExprBreak) { in visit_expr_break_mut()
1479 pub fn visit_expr_break_mut<V>(v: &mut V, node: &mut ExprBreak) in visit_expr_break_mut()
H A Dhash.rs594 impl Hash for ExprBreak {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs1122 impl Debug for Lite<syn::ExprBreak> {
1124 let mut formatter = formatter.debug_struct("ExprBreak"); in fmt()

Completed in 47 milliseconds