| 7010 | struct BoundFlagRefBase : BoundRef { |
| 7011 | virtual auto setFlag( bool flag ) -> ParserResult = 0; |
| 7012 | virtual auto isFlag() const -> bool { return true; } |
| 7013 | }; |
| 7014 | |
| 7015 | template<typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected