Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dptr.rs61 pub fn syntax_node_ptr(&self) -> SyntaxNodePtr { in syntax_node_ptr() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/body/
Dlower.rs1121 let syntax_node_ptr = AstPtr::new(&block.into()); in collect_block_() localVariable