Home
last modified time | relevance | path

Searched refs:has_doc_flag (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dutils.rs44 && (it.attrs.has_doc_flag(sym::masked) in krate()
478 crate fn has_doc_flag(attrs: ty::Attributes<'_>, flag: Symbol) -> bool { in has_doc_flag() function
H A Dinline.rs689 is_notable: clean::utils::has_doc_flag(cx.tcx.get_attrs(did), sym::notable_trait), in record_extern_trait()
H A Dtypes.rs1014 crate fn has_doc_flag(&self, flag: Symbol) -> bool { in has_doc_flag() method
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/formats/
H A Dcache.rs224 is_notable: item.attrs.has_doc_flag(sym::notable_trait), in fold_item()