| 613 | } |
| 614 | |
| 615 | void DUContext::findLocalDeclarationsInternal(const Identifier& identifier, const CursorInRevision& position, |
| 616 | const AbstractType::Ptr& dataType, DeclarationList& ret, |
| 617 | const TopDUContext* source, SearchFlags flags) const |
| 618 | { |
| 619 | findLocalDeclarationsInternal(IndexedIdentifier(identifier), position, dataType, ret, source, flags); |
| 620 | } |
| 621 | |
| 622 | void DUContext::findLocalDeclarationsInternal(const IndexedIdentifier& identifier, |
| 623 | const CursorInRevision& position, |
nothing calls this directly
no test coverage detected