| 569 | } |
| 570 | |
| 571 | uint DUChainUtils::contextCountUses(DUContext* context, Declaration* declaration) { |
| 572 | return countUses(context, context->topContext()->indexForUsedDeclaration(declaration, false)); |
| 573 | } |
| 574 | |
| 575 | Declaration* DUChainUtils::overridden(const Declaration* decl) { |
| 576 | const auto* classFunDecl = dynamic_cast<const ClassFunctionDeclaration*>(decl); |
nothing calls this directly
no test coverage detected