Home
last modified time | relevance | path

Searched defs:RefPat (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Ddereference.rs246 struct RefPat { struct
248 always_deref: bool,
250 spans: Vec<Span>,
252 app: Applicability,
254 replacements: Vec<(Span, String)>,
256 hir_id: HirId,
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs1444 pub struct RefPat { struct
1447 impl RefPat { implementation
1621 RefPat(RefPat), enumerator
3135 impl AstNode for RefPat { implementation
4913 impl std::fmt::Display for RefPat { implementation