Home
last modified time | relevance | path

Searched defs:token_tree (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-api/src/msg/
Dflat.rs53 token_tree: Vec<u32>, field
222 token_tree: Vec<u32>, field
301 token_tree: Vec<u32>, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Deager.rs42 let token_tree = macro_call.value.token_tree(); in expand_eager_macro_input() localVariable
Dbuiltin_fn_macro.rs277 let token_tree = format_subtree.token_trees.get(0)?; in format_args_expand_general() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Ditems.rs442 pub(crate) fn token_tree(p: &mut Parser<'_>) { in token_tree() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/tt/src/
Dbuffer.rs203 pub fn token_tree(self) -> Option<TokenTreeRef<'a, Span>> { in token_tree() method
/third_party/rust/crates/syn/src/
Dbuffer.rs297 pub fn token_tree(self) -> Option<(TokenTree, Cursor<'a>)> { in token_tree() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dnode_ext.rs181 pub fn token_tree(&self) -> Option<ast::TokenTree> { in token_tree() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs164 pub fn token_tree(&self) -> Option<TokenTree> { support::child(&self.syntax) } in token_tree() method
333 pub fn token_tree(&self) -> Option<TokenTree> { support::child(&self.syntax) } in token_tree() method
743 pub fn token_tree(&self) -> Option<TokenTree> { support::child(&self.syntax) } in token_tree() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs875 let token_tree = derive_attr.meta()?.token_tree()?; in precise_macro_call_location() localVariable