Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dlit.rs508 impl LitBool { implementation
592 impl Debug for LitBool { implementation
687 pub fn LitBool(marker: lookahead::TokenMarker) -> LitBool { in LitBool() function
857 impl Parse for LitBool { implementation
917 impl ToTokens for LitBool { implementation
/external/rust/crates/syn/src/gen/
Deq.rs1337 impl Eq for LitBool {} implementation
1339 impl PartialEq for LitBool { implementation
Dclone.rs1336 impl Clone for LitBool { implementation
Dhash.rs1714 impl Hash for LitBool { implementation
Dvisit_mut.rs443 fn visit_lit_bool_mut(&mut self, i: &mut LitBool) { in visit_lit_bool_mut()
Dfold.rs440 fn fold_lit_bool(&mut self, i: LitBool) -> LitBool { in fold_lit_bool()
Dvisit.rs439 fn visit_lit_bool(&mut self, i: &'ast LitBool) { in visit_lit_bool()