Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dsyntax_node.rs34 pub type PreorderWithTokens = rowan::api::PreorderWithTokens<RustLanguage>; typedef
/third_party/rust/rust/src/tools/rust-analyzer/crates/mbe/src/
Dsyntax_bridge.rs598 preorder: &mut PreorderWithTokens, in next_token()