| 150 | } |
| 151 | |
| 152 | QList<Statement*>* DependencyBuilder::buildStatements() |
| 153 | { |
| 154 | return nullptr; |
| 155 | } |
| 156 | |
| 157 | QList<Statement*>* DependencyBuilder::buildStatements(Statement*) |
| 158 | { |
nothing calls this directly
no outgoing calls
no test coverage detected