Home
last modified time | relevance | path

Searched defs:IdentPat (Results 1 – 20 of 20) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/
H A Dinlay_hints.rs194 pat: &ast::IdentPat, in get_bind_pat_hints()
239 pat: &ast::IdentPat, in is_named_constructor()
343 fn pat_is_enum_variant(db: &RootDatabase, bind_pat: &ast::IdentPat, pat_ty: &hir::Type) -> bool { in pat_is_enum_variant()
358 bind_pat: &ast::IdentPat, in should_not_display_type_hint()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dinlay_hints.rs195 pat: &ast::IdentPat, in get_bind_pat_hints()
240 pat: &ast::IdentPat, in is_named_constructor()
344 fn pat_is_enum_variant(db: &RootDatabase, bind_pat: &ast::IdentPat, pat_ty: &hir::Type) -> bool { in pat_is_enum_variant()
359 bind_pat: &ast::IdentPat, in should_not_display_type_hint()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/
H A Dpatterns.rs42 IdentPat, enumerator
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/
H A Dpatterns.rs44 IdentPat, enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/src/ast/
H A Dmake.rs24 pub fn simple_ident_pat(name: ast::Name) -> ast::IdentPat { in simple_ident_pat()
27 fn from_text(text: &str) -> ast::IdentPat { in simple_ident_pat()
418 pub fn ident_pat(ref_: bool, mut_: bool, name: ast::Name) -> ast::IdentPat { in ident_pat()
H A Dnode_ext.rs587 impl ast::IdentPat { implementation
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/syntax/src/ast/
H A Dmake.rs24 pub fn simple_ident_pat(name: ast::Name) -> ast::IdentPat { in simple_ident_pat()
27 fn from_text(text: &str) -> ast::IdentPat { in simple_ident_pat()
418 pub fn ident_pat(ref_: bool, mut_: bool, name: ast::Name) -> ast::IdentPat { in ident_pat()
H A Dnode_ext.rs587 impl ast::IdentPat { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir/src/semantics/
H A Dsource_to_def.rs217 src: InFile<ast::IdentPat>, in bind_pat_to_def()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir/src/semantics/
H A Dsource_to_def.rs217 src: InFile<ast::IdentPat>, in bind_pat_to_def()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/handlers/
H A Ddestructure_tuple_binding.rs86 fn collect_data(ident_pat: IdentPat, ctx: &AssistContext) -> Option<TupleData> { in collect_data()
133 _ident_pat: &IdentPat, in generate_name()
H A Dextract_function.rs1068 src: &hir::InFile<Either<ast::IdentPat, ast::SelfParam>>, in is_defined_outside_of_body()
1074 fn either_syntax(value: &Either<ast::IdentPat, ast::SelfParam>) -> &SyntaxNode { in either_syntax()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/handlers/
H A Ddestructure_tuple_binding.rs86 fn collect_data(ident_pat: IdentPat, ctx: &AssistContext) -> Option<TupleData> { in collect_data()
133 _ident_pat: &IdentPat, in generate_name()
H A Dextract_function.rs1068 src: &hir::InFile<Either<ast::IdentPat, ast::SelfParam>>, in is_defined_outside_of_body()
1074 fn either_syntax(value: &Either<ast::IdentPat, ast::SelfParam>) -> &SyntaxNode { in either_syntax()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir/src/
H A Dsource_analyzer.rs235 pat: &ast::IdentPat, in resolve_bind_pat_to_const()
H A Dlib.rs2023 pub fn source(self, db: &dyn HirDatabase) -> InFile<Either<ast::IdentPat, ast::SelfParam>> { in source()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir/src/
H A Dsource_analyzer.rs234 pat: &ast::IdentPat, in resolve_bind_pat_to_const()
H A Dlib.rs2002 pub fn source(self, db: &dyn HirDatabase) -> InFile<Either<ast::IdentPat, ast::SelfParam>> { in source()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/src/ast/generated/
H A Dnodes.rs1279 pub struct IdentPat { struct
1282 impl ast::HasAttrs for IdentPat {} implementation
1283 impl ast::HasName for IdentPat {} implementation
1284 impl IdentPat { implementation
1539 IdentPat(IdentPat), enumerator
2890 impl AstNode for IdentPat { implementation
4605 impl std::fmt::Display for IdentPat { implementation
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
H A Dnodes.rs1279 pub struct IdentPat { struct
1282 impl ast::HasAttrs for IdentPat {} implementation
1283 impl ast::HasName for IdentPat {} implementation
1284 impl IdentPat { implementation
1539 IdentPat(IdentPat), enumerator
2890 impl AstNode for IdentPat { implementation
4605 impl std::fmt::Display for IdentPat { implementation