Searched refs:CommentConfig (Results 1 – 7 of 7) sorted by relevance
149 struct CommentConfig { struct156 std::string *code_ptr, const CommentConfig *config, argument
158 const CommentConfig *config, const char *prefix) { in GenComment()
39 static const CommentConfig comment_config = { "/**", " *", " */" };1199 const CommentConfig *config) const { in GenerateComment()
31 const CommentConfig def_comment = { nullptr, "--", nullptr };
35 static CommentConfig comment_config = {
34 const CommentConfig def_comment = { nullptr, "#", nullptr };
33 static CommentConfig comment_config = {