| 64 | } |
| 65 | |
| 66 | KDevelop::DUContext* IdentifiedType::internalContext(const KDevelop::TopDUContext* top) const |
| 67 | { |
| 68 | Declaration* decl = declaration(top); |
| 69 | if (decl) |
| 70 | return decl->internalContext(); |
| 71 | else |
| 72 | return nullptr; |
| 73 | } |
| 74 | |
| 75 | void IdentifiedType::setDeclaration(Declaration* declaration) |
| 76 | { |