Searched defs:negative_token (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/crates/cxx/syntax/ | ||
| D | mod.rs | 171 pub negative_token: Option<Token![!]>, field |
| D | parse.rs | 1047 let mut negative_token = None; in parse_impl() localVariable |