| 172 | |
| 173 | using CodeGenerator::InsertArg; |
| 174 | void InsertArg(const CXXMethodDecl* stmt) override |
| 175 | { |
| 176 | mOutputFormatHelper.Append(kwCppCommentStartSpace); |
| 177 | |
| 178 | InsertCXXMethodDecl(stmt, SkipBody::Yes); |
| 179 | } |
| 180 | |
| 181 | void InsertArg(const FieldDecl* stmt) override |
| 182 | { |