Searched refs:parse_with_comments (Results 1 – 1 of 1) sorted by relevance
343 pub fn parse_with_comments( in parse_with_comments() method347 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() method2669 let astc = parser(pat).parse_with_comments().unwrap(); in parse_comments()