/third_party/typescript/src/services/refactors/ |
D | convertArrowFunctionOrFunctionExpression.ts | 37 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
|
D | convertParamsToDestructuredObject.ts | 578 const variableDeclaration = constructorDeclaration.parent.parent; constant 602 const variableDeclaration = functionDeclaration.parent.parent; constant
|
D | extractSymbol.ts | 959 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/ |
D | RecordConstantPrecision.cpp | 104 TIntermDeclaration *variableDeclaration = nullptr; in visitConstantUnion() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RecordConstantPrecision.cpp | 140 TIntermDeclaration *variableDeclaration = nullptr; in visitConstantUnion() local
|
D | RewriteAtomicFunctionExpressions.cpp | 106 TIntermDeclaration *variableDeclaration; in getTempVariable() local
|
D | RewriteExpressionsWithShaderStorageBlock.cpp | 142 TIntermDeclaration *variableDeclaration; in insertInitStatementAndReturnTempSymbol() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | RewriteAtomicFunctionExpressions.cpp | 106 TIntermDeclaration *variableDeclaration; in getTempVariable() local
|
D | RewriteExpressionsWithShaderStorageBlock.cpp | 142 TIntermDeclaration *variableDeclaration; in insertInitStatementAndReturnTempSymbol() local
|
/third_party/typescript/src/services/ |
D | completions.ts | 1617 const variableDeclaration = getVariableDeclaration(location); constant 1666 const variableDeclaration = findAncestor(property, node => constant
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 785 StatementP variableDeclaration (const VariableP<T>& variable, const ExprP<T>& definiens) in variableDeclaration() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1284 StatementP variableDeclaration (const VariableP<T>& variable, const ExprP<T>& definiens) in variableDeclaration() function
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 1529 readonly variableDeclaration?: VariableDeclaration; property
|
D | tsserverlibrary.d.ts | 1529 readonly variableDeclaration?: VariableDeclaration; property
|
/third_party/typescript/lib/ |
D | typescriptServices.d.ts | 1520 readonly variableDeclaration?: VariableDeclaration; property
|
D | typescript.d.ts | 1520 readonly variableDeclaration?: VariableDeclaration; property
|
D | tsserverlibrary.d.ts | 1520 readonly variableDeclaration?: VariableDeclaration; property
|
D | typescriptServices.js | 24556 function createCatchClause(variableDeclaration, block) { argument 24572 function updateCatchClause(node, variableDeclaration, block) { argument 151606 function textSpanFromVariableDeclaration(variableDeclaration) { argument 151616 function spanInVariableDeclaration(variableDeclaration) { argument
|
D | typescript.js | 24556 function createCatchClause(variableDeclaration, block) { argument 24572 function updateCatchClause(node, variableDeclaration, block) { argument 151606 function textSpanFromVariableDeclaration(variableDeclaration) { argument 151616 function spanInVariableDeclaration(variableDeclaration) { argument
|
D | tsserver.js | 24362 function createCatchClause(variableDeclaration, block) { argument 24378 function updateCatchClause(node, variableDeclaration, block) { argument 151037 function textSpanFromVariableDeclaration(variableDeclaration) { argument 151047 function spanInVariableDeclaration(variableDeclaration) { argument
|
D | tsserverlibrary.js | 24556 function createCatchClause(variableDeclaration, block) { argument 24572 function updateCatchClause(node, variableDeclaration, block) { argument 151606 function textSpanFromVariableDeclaration(variableDeclaration) { argument 151616 function spanInVariableDeclaration(variableDeclaration) { argument
|
D | typingsInstaller.js | 24351 function createCatchClause(variableDeclaration, block) { argument 24367 function updateCatchClause(node, variableDeclaration, block) { argument
|
D | tsc.js | 19563 function createCatchClause(variableDeclaration, block) { argument 19575 function updateCatchClause(node, variableDeclaration, block) { argument
|