Lines Matching refs:FixupContext
13 pub(crate) struct FixupContext { struct
153 impl FixupContext { implementation
156 pub const NONE: Self = FixupContext {
186 FixupContext { in new_stmt()
188 ..FixupContext::NONE in new_stmt()
196 FixupContext { in new_match_arm()
198 ..FixupContext::NONE in new_match_arm()
208 FixupContext { in new_condition()
211 ..FixupContext::NONE in new_condition()
233 let fixup = FixupContext { in leftmost_subexpression_with_operator()
263 let fixup = FixupContext { in leftmost_subexpression_with_dot()
333 FixupContext { in rightmost_subexpression_fixup()
448 impl Copy for FixupContext {} implementation
450 impl Clone for FixupContext { implementation
481 fn scan_left(expr: &Expr, fixup: FixupContext) -> bool { in scan_left()
497 fixup: FixupContext, in scan_right() argument