Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Ddata.rs235 pub attribute_calls: Option<Box<Vec<(AstId<ast::Item>, MacroCallId)>>>, field
305 pub fn attribute_calls(&self) -> impl Iterator<Item = (AstId<ast::Item>, MacroCallId)> + '_ { in attribute_calls() method
334 pub attribute_calls: Option<Box<Vec<(AstId<ast::Item>, MacroCallId)>>>, field
368 pub fn attribute_calls(&self) -> impl Iterator<Item = (AstId<ast::Item>, MacroCallId)> + '_ { in attribute_calls() method