| 283 | protected: |
| 284 | virtual bool InsertVarDecl(const VarDecl*) { return true; } |
| 285 | virtual bool SkipSpaceAfterVarDecl() { return false; } |
| 286 | virtual bool InsertComma() { return false; } |
| 287 | virtual bool InsertSemi() { return true; } |
| 288 | virtual bool InsertNamespace() const { return false; } |
nothing calls this directly
no outgoing calls
no test coverage detected