Home
last modified time | relevance | path

Searched defs:localDeclarations (Results 1 – 21 of 21) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/codegen/
H A Dsourcemanipulation.cpp203 const auto localDeclarations = declaration->internalContext()->localDeclarations(); in insertFunctionDeclaration() local
250 const auto localDeclarations = m_context->localDeclarations(); in findInsertionPoint() local
H A Dadaptsignatureassistant.cpp49 const auto localDeclarations = functionCtxt->localDeclarations(); in getDeclarationSignature() local
H A Dclangclasshelper.cpp71 const auto localDeclarations = context->childContexts().first()->localDeclarations(); in defaultMethods() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jdt/internal/ui/examples/jspeditor/
H A DJspTranslatorResultCollector.java44 …public JspTranslatorResultCollector(StringBuffer declarations, StringBuffer localDeclarations, Str… in JspTranslatorResultCollector()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dduchainutils.cpp300 const auto localDeclarations = ctx->localDeclarations(); in itemUnderCursorInternal() local
356 const auto localDeclarations = ctx->localDeclarations(); in declarationInLine() local
381 QVector<Declaration*> localDeclarations = context->localDeclarations(); in collectItems() local
H A Ddumpdotgraph.cpp189 const auto localDeclarations = context->localDeclarations(); in dotGraphInternal() local
H A Dduchaindumper.cpp150 const auto localDeclarations = context->localDeclarations(top); in dump() local
H A Dducontext.cpp955 QVector<Declaration*> DUContext::localDeclarations(const TopDUContext* source) const in localDeclarations() function in KDevelop::DUContext
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codegen/
H A Dcodedescription.cpp119 const auto localDeclarations = context->localDeclarations(); local
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/codecompletion/items/
H A Dcompletionitem.cpp90 const auto localDeclarations = funcDecl->internalContext()->localDeclarations(); in data() local
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/classmodel/
H A Dclassmodelnode.cpp96 const auto localDeclarations = decl->internalContext()->localDeclarations(); in populateNode() local
148 const auto localDeclarations = klass->internalContext()->localDeclarations(); in updateClassDeclarations() local
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/filetemplates/
H A Doverridespage.cpp138 const auto localDeclarations = context->localDeclarations(); in addBaseClasses() local
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DBlockScope.java388 LocalDeclaration[] localDeclarations = null; in findLocalVariableDeclarations() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DBlockScope.java434 LocalDeclaration[] localDeclarations = null; in findLocalVariableDeclarations() local
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/highlighting/
H A Dcodehighlighting.cpp234 const auto localDeclarations = context->localDeclarations(); in highlightDUChain() local
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/duchain/
H A Dunknowndeclarationproblem.cpp204 const auto& localDeclarations = top->localDeclarations(); in forwardDeclarationPosition() local
/dports/devel/kdev-python/kdev-python-21.12.3/duchain/
H A Dhelpers.cpp174 auto localDeclarations = context->findLocalDeclarations(identifier, location, nullptr, in declarationForName() local
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DTryStatement.java1125 LocalDeclaration[] localDeclarations = this.resources; in traverse() local
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/codecompletion/
H A Dcontext.cpp754 const auto& localDeclarations = typeDecl->internalContext()->localDeclarations(); in addDeclarationsForType() local
/dports/devel/llnextgen/LLnextgen-0.5.5/src/
H A DruleAnalysis.c40 …onTerminal(Token *token, Token *retvalIdent, CCode *parameters, CCode *localDeclarations, List *ru… in newNonTerminal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp1526 const char* localDeclarations = ""; in genShaderSource() local