Lines Matching full:outer
30 /// - Outer attributes like `#[repr(transparent)]`. These appear outside or
36 /// - Outer one-line doc comments like `/// Example`.
40 /// - Outer documentation blocks `/** Example */`.
45 /// is outer or inner.
400 /// Parses zero or more outer attributes from the stream.
435 /// # Outer attributes
448 Outer,
599 fn outer(self) -> Self::Ret; in outer() method
608 fn outer(self) -> Self::Ret { in outer() method
611 AttrStyle::Outer => true, in outer()
623 AttrStyle::Outer => false, in inner()
682 style: AttrStyle::Outer, in single_parse_outer()
769 AttrStyle::Outer => "#", in fmt()