/third_party/typescript/src/services/refactors/ |
D | convertArrowFunctionOrFunctionExpression.ts | 37 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
|
D | convertParamsToDestructuredObject.ts | 576 const variableDeclaration = constructorDeclaration.parent.parent; constant 600 const variableDeclaration = functionDeclaration.parent.parent; constant
|
D | extractSymbol.ts | 1015 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/ |
D | RecordConstantPrecision.cpp | 104 TIntermDeclaration *variableDeclaration = nullptr; in visitConstantUnion() 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 | 1418 const variableDeclaration = getVariableDeclaration(location); constant 4529 const variableDeclaration = findAncestor(property, node => constant
|
/third_party/typescript/src/linter/ArkTSLinter_1_1/ |
D | TypeScriptLinter.ts | 2358 …for (const variableDeclaration of (parentNode as ts.VariableStatement).declarationList.declaration… 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_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1284 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/lib/ |
D | typescript.d.ts | 1599 readonly variableDeclaration?: VariableDeclaration; property
|
D | typescriptServices.d.ts | 1599 readonly variableDeclaration?: VariableDeclaration; property
|
D | tsserverlibrary.d.ts | 1599 readonly variableDeclaration?: VariableDeclaration; property
|
D | tsc.js | 21727 function createCatchClause(variableDeclaration, block) { argument 21741 function updateCatchClause(node, variableDeclaration, block) { argument
|
D | typingsInstaller.js | 26899 function createCatchClause(variableDeclaration, block) { argument 26917 function updateCatchClause(node, variableDeclaration, block) { argument
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 1599 readonly variableDeclaration?: VariableDeclaration; property
|
D | tsserverlibrary.d.ts | 1599 readonly variableDeclaration?: VariableDeclaration; property
|