Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro2/src/
Dlib.rs559 Punct(Punct), enumerator
782 pub struct Punct { struct
788 /// Whether a `Punct` is followed immediately by another `Punct` or followed by argument
801 impl Punct { implementation
844 impl Display for Punct { implementation
850 impl Debug for Punct { implementation
Dparse.rs756 fn punct(input: Cursor) -> PResult<Punct> { in punct()
/third_party/rust/crates/syn/src/
Dbuffer.rs27 Punct(Punct), enumerator
234 pub fn punct(mut self) -> Option<(Punct, Cursor<'a>)> { in punct()
Dparse.rs1117 impl Parse for Punct { implementation
Dlit.rs776 fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { in parse_negative_lit()
/third_party/rust/crates/quote/src/
Dto_tokens.rs183 impl ToTokens for Punct { implementation
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs785 Punct, enumerator