Home
last modified time | relevance | path

Searched defs:syntax_node (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dlib.rs29 mod syntax_node; module
92 pub fn syntax_node(&self) -> SyntaxNode { in syntax_node() method
Dptr.rs57 let syntax_node = self.raw.to_node(root); in to_node() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/
Dfn_param.rs122 let syntax_node = match stmt_list.syntax().last_child() { in params_from_stmt_list_scope() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Ddb.rs245 let syntax_node = node.syntax_node(); in expand_speculative() localVariable