| 11 | class TestDefAnalyzer : public ::testing::Test { |
| 12 | protected: |
| 13 | struct AnswerT { |
| 14 | unsigned Offset; |
| 15 | unsigned Length; |
| 16 | }; |
| 17 | std::unique_ptr<UTLoader> Loader; |
| 18 | |
| 19 | bool check(const DefAnalyzer &Analyzer, |
nothing calls this directly
no outgoing calls
no test coverage detected