Home
last modified time | relevance | path

Searched defs:usedDeclarationIndex (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kdev-php/kdev-php-21.12.3/codegen/
H A Drefactoring.cpp35 int usedDeclarationIndex in applyChanges()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/navigation/
H A Duseswidget.cpp353 uint countUses(int usedDeclarationIndex, DUContext* context) in countUses()
370 QList<OneUseWidget*> createUseWidgets(const CodeRepresentation& code, int usedDeclarationIndex, Ind… in createUseWidgets()
414 …int usedDeclarationIndex = ctx->topContext()->indexForUsedDeclaration(usedDeclaration.data(), fals… in ContextUsesWidget() local
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codegen/
H A Dbasicrefactoring.cpp146 int usedDeclarationIndex) in applyChanges()
329 … uint usedDeclarationIndex = collected.data()->indexForUsedDeclaration(decl.data(), false); in renameCollectedDeclarations() local
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dduchainutils.cpp532 static bool hasUse(DUContext* context, int usedDeclarationIndex) { in hasUse()
550 static uint countUses(DUContext* context, int usedDeclarationIndex) { in countUses()