Home
last modified time | relevance | path

Searched defs:variableDeclaration (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertArrowFunctionOrFunctionExpression.ts48 readonly variableDeclaration: VariableDeclaration; property
182 const variableDeclaration = isVariableDeclaration(parent) ? parent : first(parent.declarations); constant
204 const variableDeclaration = func.parent; constant
225 const { variableDeclaration, variableDeclarationList, statement, name } = variableInfo; constant
DconvertParamsToDestructuredObject.ts596 const variableDeclaration = constructorDeclaration.parent.parent; constant
620 const variableDeclaration = functionDeclaration.parent.parent; constant
DextractSymbol.ts1056 const variableDeclaration = exposedVariableDeclarations[0]; constant
1070 for (const variableDeclaration of exposedVariableDeclarations) { constant
1110 for (const variableDeclaration of exposedVariableDeclarations) { constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRecordConstantPrecision.cpp104 TIntermDeclaration *variableDeclaration = nullptr; in visitConstantUnion() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteAtomicFunctionExpressions.cpp106 TIntermDeclaration *variableDeclaration; in getTempVariable() local
DRewriteExpressionsWithShaderStorageBlock.cpp142 TIntermDeclaration *variableDeclaration; in insertInitStatementAndReturnTempSymbol() local
/third_party/typescript/src/services/
Dcompletions.ts1504 const variableDeclaration = getVariableDeclaration(location); constant
4627 const variableDeclaration = findAncestor(property, node => constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts2623 …for (const variableDeclaration of (parentNode as VariableStatement).declarationList.declarations) { constant
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp785 StatementP variableDeclaration (const VariableP<T>& variable, const ExprP<T>& definiens) in variableDeclaration() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1284 StatementP variableDeclaration (const VariableP<T>& variable, const ExprP<T>& definiens) in variableDeclaration() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1283 StatementP variableDeclaration (const VariableP<T>& variable, const ExprP<T>& definiens) in variableDeclaration() function
/third_party/typescript/lib/
Dtypescript.d.ts1726 readonly variableDeclaration?: VariableDeclaration; property
Dtsserverlibrary.d.ts5729 readonly variableDeclaration?: VariableDeclaration; property
DtypingsInstaller.js16601 function createCatchClause(variableDeclaration, block) { argument
16618 function updateCatchClause(node, variableDeclaration, block) { argument
Dtsc.js21892 function createCatchClause(variableDeclaration, block) { argument
21909 function updateCatchClause(node, variableDeclaration, block) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1726 readonly variableDeclaration?: VariableDeclaration; property
Dtsserverlibrary.d.ts5729 readonly variableDeclaration?: VariableDeclaration; property