Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/ast/
Dparse.rs343 pub fn parse_with_comments( in parse_with_comments() method
347 ParserI::new(self, pattern).parse_with_comments() in parse_with_comments()
964 self.parse_with_comments().map(|astc| astc.ast) in parse()
969 fn parse_with_comments(&self) -> Result<ast::WithComments> { in parse_with_comments() method
2669 let astc = parser(pat).parse_with_comments().unwrap(); in parse_comments()