Home
last modified time | relevance | path

Searched defs:macro_items (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/tests/
Dtop_entries.rs103 fn macro_items() { in macro_items() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/
Dgrammar.rs111 pub(crate) fn macro_items(p: &mut Parser<'_>) { in macro_items() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dbuiltin_derive_macro.rs195 let macro_items = ast::MacroItems::cast(parsed.syntax_node()).ok_or_else(|| { in parse_adt() localVariable