Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dtraits.rs79 fn doc_comments_and_attrs(&self) -> AttrDocCommentIter { in doc_comments_and_attrs()
116 pub struct AttrDocCommentIter { struct
120 impl AttrDocCommentIter { implementation
121 pub fn from_syntax_node(syntax_node: &ast::SyntaxNode) -> AttrDocCommentIter { in from_syntax_node()
126 impl Iterator for AttrDocCommentIter { implementation