| 35 | } |
| 36 | |
| 37 | KDevelop::DUContext* FunctionDeclaration::prototypeContext() const |
| 38 | { |
| 39 | return d_func()->m_prototypeContext.context(); |
| 40 | } |
| 41 | |
| 42 | void FunctionDeclaration::setPrototypeContext(KDevelop::DUContext* context) |
| 43 | { |
no test coverage detected