| 175 | } |
| 176 | |
| 177 | Declaration* DependencyBuilder::buildFunction(QString*,QList<Parameter*>*,Scope*) |
| 178 | { |
| 179 | return nullptr; |
| 180 | } |
| 181 | |
| 182 | Scope* DependencyBuilder::buildScope(QList<Declaration*>*) |
| 183 | { |
nothing calls this directly
no outgoing calls
no test coverage detected