Home
last modified time | relevance | path

Searched defs:SyntaxElementChildren (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dsyntax_node.rs33 pub type SyntaxElementChildren = rowan::SyntaxElementChildren<RustLanguage>; typedef
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/
Dmatching.rs236 mut code_it: SyntaxElementChildren, in attempt_match_sequences()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dsignature_help.rs521 field_list_children: SyntaxElementChildren, in signature_help_for_record_()