Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DconvertArrowFunctionOrFunctionExpression.ts37 readonly variableDeclaration: VariableDeclaration; property
170 … const variableDeclaration = isVariableDeclaration(parent) ? parent : first(parent.declarations); constant
188 const variableDeclaration = func.parent; constant
209 const { variableDeclaration, variableDeclarationList, statement, name } = variableInfo; constant
DconvertParamsToDestructuredObject.ts578 const variableDeclaration = constructorDeclaration.parent.parent; constant
602 const variableDeclaration = functionDeclaration.parent.parent; constant
DextractSymbol.ts959 const variableDeclaration = exposedVariableDeclarations[0]; constant
973 for (const variableDeclaration of exposedVariableDeclarations) { constant
1013 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/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRecordConstantPrecision.cpp140 TIntermDeclaration *variableDeclaration = nullptr; in visitConstantUnion() local
DRewriteAtomicFunctionExpressions.cpp106 TIntermDeclaration *variableDeclaration; in getTempVariable() local
DRewriteExpressionsWithShaderStorageBlock.cpp142 TIntermDeclaration *variableDeclaration; in insertInitStatementAndReturnTempSymbol() 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.ts1617 const variableDeclaration = getVariableDeclaration(location); constant
1666 const variableDeclaration = findAncestor(property, node => 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/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1284 StatementP variableDeclaration (const VariableP<T>& variable, const ExprP<T>& definiens) in variableDeclaration() function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1529 readonly variableDeclaration?: VariableDeclaration; property
Dtsserverlibrary.d.ts1529 readonly variableDeclaration?: VariableDeclaration; property
/third_party/typescript/lib/
DtypescriptServices.d.ts1520 readonly variableDeclaration?: VariableDeclaration; property
Dtypescript.d.ts1520 readonly variableDeclaration?: VariableDeclaration; property
Dtsserverlibrary.d.ts1520 readonly variableDeclaration?: VariableDeclaration; property
DtypescriptServices.js24556 function createCatchClause(variableDeclaration, block) { argument
24572 function updateCatchClause(node, variableDeclaration, block) { argument
151606 function textSpanFromVariableDeclaration(variableDeclaration) { argument
151616 function spanInVariableDeclaration(variableDeclaration) { argument
Dtypescript.js24556 function createCatchClause(variableDeclaration, block) { argument
24572 function updateCatchClause(node, variableDeclaration, block) { argument
151606 function textSpanFromVariableDeclaration(variableDeclaration) { argument
151616 function spanInVariableDeclaration(variableDeclaration) { argument
Dtsserver.js24362 function createCatchClause(variableDeclaration, block) { argument
24378 function updateCatchClause(node, variableDeclaration, block) { argument
151037 function textSpanFromVariableDeclaration(variableDeclaration) { argument
151047 function spanInVariableDeclaration(variableDeclaration) { argument
Dtsserverlibrary.js24556 function createCatchClause(variableDeclaration, block) { argument
24572 function updateCatchClause(node, variableDeclaration, block) { argument
151606 function textSpanFromVariableDeclaration(variableDeclaration) { argument
151616 function spanInVariableDeclaration(variableDeclaration) { argument
DtypingsInstaller.js24351 function createCatchClause(variableDeclaration, block) { argument
24367 function updateCatchClause(node, variableDeclaration, block) { argument
Dtsc.js19563 function createCatchClause(variableDeclaration, block) { argument
19575 function updateCatchClause(node, variableDeclaration, block) { argument