Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dptr.rs102 let field_syntax = ptr.to_node(file.syntax()); in test_local_syntax_ptr() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dbody.rs374 pub fn field_syntax(&self, expr: ExprId) -> FieldSource { in field_syntax() method