| 5899 | struct BoundFlagRefBase : BoundRef { |
| 5900 | virtual auto setFlag( bool flag ) -> ParserResult = 0; |
| 5901 | virtual auto isFlag() const -> bool { return true; } |
| 5902 | }; |
| 5903 | |
| 5904 | template<typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected