Searched defs:WithComments (Results 1 – 6 of 6) sorted by relevance
441 pub struct WithComments { struct443 pub ast: Ast,445 pub comments: Vec<Comment>,
346 ) -> Result<ast::WithComments> { in parse_with_comments()957 fn parse_with_comments(&self) -> Result<ast::WithComments> { in parse_with_comments()
439 pub struct WithComments { struct441 pub ast: Ast,443 pub comments: Vec<Comment>,
371 ) -> Result<ast::WithComments> { in parse_with_comments()982 fn parse_with_comments(&self) -> Result<ast::WithComments> { in parse_with_comments()
59 TextOutputOptions WithComments(bool new_value) const { in WithComments() function
395 TEST(TextOutputOptions, WithComments) { in TEST() argument