Home
last modified time | relevance | path

Searched refs:findContextIncluding (Results 1 – 3 of 3) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codegen/
H A Dcodegenerator.cpp153 d->context = documentChain->findContextIncluding(d->range); in execute()
160 if ((d->context = top->findContextIncluding(d->range))) in execute()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dducontext.h191 DUContext* findContextIncluding(const RangeInRevision& range) const;
H A Dducontext.cpp1406 DUContext* DUContext::findContextIncluding(const RangeInRevision& range) const in findContextIncluding() function in KDevelop::DUContext
1414 if (DUContext* specific = child->findContextIncluding(range)) { in findContextIncluding()