Home
last modified time | relevance | path

Searched refs:lit_with (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs2414 lit_with(c, span(start..start + c.len_utf8())) in lit()
2427 fn lit_with(c: char, span: Span) -> Ast { in lit_with() functions
2667 lit_with('f', span_range(pat, 26..27)), in parse_comments()
2668 lit_with('o', span_range(pat, 27..28)), in parse_comments()
2669 lit_with('o', span_range(pat, 28..29)), in parse_comments()
2670 lit_with('b', span_range(pat, 74..75)), in parse_comments()
2671 lit_with('a', span_range(pat, 75..76)), in parse_comments()
2672 lit_with('r', span_range(pat, 76..77)), in parse_comments()
2740 lit_with('a', nspan(npos(4, 1, 5), npos(5, 1, 6))), in parse_ignore_whitespace()
2741 lit_with(' in parse_ignore_whitespace()
[all...]

Completed in 4 milliseconds