Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_derive/src/utils/
Dmod.rs3 mod doc_comments; module
/third_party/rust/rust/compiler/rustc_macros/src/
Dquery.rs34 doc_comments: Vec<Attribute>, field
44 let mut doc_comments = check_attributes(input.call(Attribute::parse_outer)?)?; in parse() localVariable
346 let doc_comments = &query.doc_comments; in rustc_queries() localVariable
/third_party/rust/crates/clap/tests/derive/
Ddoc_comments_help.rs20 fn doc_comments() { in doc_comments() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dtraits.rs76 fn doc_comments(&self) -> DocCommentIter { in doc_comments() method