Searched refs:comment_style_ (Results 1 – 2 of 2) sorted by relevance
238 void set_comment_style(CommentStyle style) { comment_style_ = style; } in set_comment_style()284 CommentStyle comment_style_; variable
200 comment_style_(CPP_COMMENT_STYLE), in Tokenizer()539 if (comment_style_ == CPP_COMMENT_STYLE && TryConsume('/')) { in TryConsumeCommentStart()553 } else if (comment_style_ == SH_COMMENT_STYLE && TryConsume('#')) { in TryConsumeCommentStart()