Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DconvertArrowFunctionOrFunctionExpression.ts37 readonly variableDeclaration: VariableDeclaration; property
171 … const variableDeclaration = isVariableDeclaration(parent) ? parent : first(parent.declarations); constant
193 const variableDeclaration = func.parent; constant
214 const { variableDeclaration, variableDeclarationList, statement, name } = variableInfo; constant
DconvertParamsToDestructuredObject.ts576 const variableDeclaration = constructorDeclaration.parent.parent; constant
600 const variableDeclaration = functionDeclaration.parent.parent; constant
DextractSymbol.ts1015 const variableDeclaration = exposedVariableDeclarations[0]; constant
1029 for (const variableDeclaration of exposedVariableDeclarations) { constant
1069 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.ts1418 const variableDeclaration = getVariableDeclaration(location); constant
4529 const variableDeclaration = findAncestor(property, node => constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts2358 …for (const variableDeclaration of (parentNode as ts.VariableStatement).declarationList.declaration… 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.cpp1284 StatementP variableDeclaration (const VariableP<T>& variable, const ExprP<T>& definiens) in variableDeclaration() function
/third_party/typescript/lib/
Dtypescript.d.ts1599 readonly variableDeclaration?: VariableDeclaration; property
DtypescriptServices.d.ts1599 readonly variableDeclaration?: VariableDeclaration; property
Dtsserverlibrary.d.ts1599 readonly variableDeclaration?: VariableDeclaration; property
Dtsc.js21727 function createCatchClause(variableDeclaration, block) { argument
21741 function updateCatchClause(node, variableDeclaration, block) { argument
DtypingsInstaller.js26899 function createCatchClause(variableDeclaration, block) { argument
26917 function updateCatchClause(node, variableDeclaration, block) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1599 readonly variableDeclaration?: VariableDeclaration; property
Dtsserverlibrary.d.ts1599 readonly variableDeclaration?: VariableDeclaration; property