| 568 | |
| 569 | protected: |
| 570 | bool InsertVarDecl(const VarDecl* vd) override { return mInsertVarDecl or (vd and vd->isStaticLocal()); } |
| 571 | bool SkipSpaceAfterVarDecl() override { return not mInsertVarDecl; } |
| 572 | |
| 573 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected