Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dparse.rs272 if let Some(unexpected_span) = span_of_unexpected_ignoring_nones(self.cursor()) { in drop()
447 fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<Span> { in span_of_unexpected_ignoring_nones() function
452 if let Some(unexpected) = span_of_unexpected_ignoring_nones(inner) { in span_of_unexpected_ignoring_nones()
1214 if let Some(unexpected_span) = span_of_unexpected_ignoring_nones(state.cursor()) { in parse2()
1229 if let Some(unexpected_span) = span_of_unexpected_ignoring_nones(state.cursor()) { in __parse_scoped()