| 507 | bool InsertVarDecl(const VarDecl*) override { return mInsertVarDecl; } |
| 508 | bool InsertComma() override { return mInsertComma; } |
| 509 | bool InsertSemi() override { return false; } |
| 510 | }; |
| 511 | //----------------------------------------------------------------------------- |
| 512 |
nothing calls this directly
no outgoing calls
no test coverage detected