Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs327 /// The parser can be run with either the `parse` or `parse_with_comments`
343 pub fn parse_with_comments( in parse_with_comments() functions
347 ParserI::new(self, pattern).parse_with_comments() in parse_with_comments()
952 self.parse_with_comments().map(|astc| astc.ast) in parse()
957 fn parse_with_comments(&self) -> Result<ast::WithComments> { in parse_with_comments() functions
2660 let astc = parser(pat).parse_with_comments().unwrap(); in parse_comments()
5509 parser("(?x)[-#]").parse_with_comments().unwrap_err(), in parse_set_class_open()

Completed in 12 milliseconds