Searched refs:comment_style_ (Results 1 – 2 of 2) sorted by relevance
230 void set_comment_style(CommentStyle style) { comment_style_ = style; } in set_comment_style()276 CommentStyle comment_style_; variable
199 comment_style_(CPP_COMMENT_STYLE), in Tokenizer()538 if (comment_style_ == CPP_COMMENT_STYLE && TryConsume('/')) { in TryConsumeCommentStart()552 } else if (comment_style_ == SH_COMMENT_STYLE && TryConsume('#')) { in TryConsumeCommentStart()