| /third_party/typescript/src/services/codefixes/ |
| D | fixJSDocTypes.ts | 13 const { typeNode, type } = info; constant 35 const { typeNode, type } = info; constant 48 const typeNode = decl && decl.type; constant
|
| D | addNameToNamelessParameter.ts | 26 …const typeNode = factory.createTypeReferenceNode(param.name as Identifier, /*typeArguments*/ undef… constant
|
| D | convertLiteralTypeToMappedType.ts | 29 typeNode: TypeNode | undefined; property
|
| D | inferFromUsage.ts | 130 const typeNode = getTypeNodeIfAccessible(type, parent, program, host); constant 260 const typeNode = getTypeNodeIfAccessible(thisInference, containingFunction, program, host); constant 305 const typeNode = getTypeNodeIfAccessible(type, declaration, program, host); constant 350 … const typeNode = inference.type && getTypeNodeIfAccessible(inference.type, param, program, host); constant
|
| D | fixAddMissingConstraint.ts | 89 …const typeNode = typeToAutoImportableTypeNode(checker, importAdder, constraint, /*contextNode*/ un… constant
|
| D | generateAccessors.ts | 241 const typeNode = getTypeAnnotationNode(declaration); constant
|
| D | fixAddMissingMember.ts | 108 const typeNode = getTypeNode(checker, parentDeclaration, token); constant 331 const typeNode = getTypeNode(context.program.getTypeChecker(), parentDeclaration, token); constant
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | TypeScriptLinter.ts | 760 const typeNode = node.type; constant 780 const typeNode = Utils.unwrapParenthesizedTypeNode(node.type); constant 858 const typeNode = node.type; constant 1238 const typeNode = Utils.getVariableDeclarationTypeNode(tsLhsExpr); constant 1814 …const typeNode = TypeScriptLinter.tsTypeChecker.typeToTypeNode(type, undefined, ts.NodeBuilderFlag… constant 1980 const typeNode = resolvedTypeArgs[i]; constant
|
| D | Utils.ts | 1750 const typeNode = getVariableDeclarationTypeNode(node); constant 1755 const typeNode = getSymbolDeclarationTypeNode(sym); constant 2175 const typeNode = (decl as any)?.type; constant
|
| /third_party/typescript/src/services/ |
| D | inlayHints.ts | 320 … const typeNode = checker.typeToTypeNode(type, /*enclosingDeclaration*/ undefined, flags, writer); constant
|
| D | findAllReferences.ts | 1882 …const typeNode = findAncestor(refNode, a => !isQualifiedName(a.parent) && !isTypeNode(a.parent) &&… constant
|
| D | completions.ts | 1155 …const typeNode = checker.typeToTypeNode(effectiveType, enclosingDeclaration, builderFlags, codefix… constant
|
| /third_party/typescript/src/linter/ArkTSLinter_1_0/ |
| D | Utils.ts | 1457 const typeNode = getVariableDeclarationTypeNode(node); constant 1462 const typeNode = getSymbolDeclarationTypeNode(sym); constant
|
| D | TypeScriptLinter.ts | 1045 const typeNode = Utils.getVariableDeclarationTypeNode(tsLhsExpr); constant 1557 const typeNode = resolvedTypeArgs[i]; constant
|
| /third_party/typescript/src/services/refactors/ |
| D | convertParamsToDestructuredObject.ts | 520 … const typeNode = addEmitFlags(factory.createTypeLiteralNode(members), EmitFlags.SingleLine); constant
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| D | ohos_gen_framework.py | 569 def readType (self, typeNode): argument
|
| D | gen_framework.py | 585 def readType (self, typeNode): argument
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 7649 const typeNode = jsdocAliasDecl && jsdocAliasDecl.typeExpression constant 9551 const typeNode = getEffectiveTypeAnnotationNode(expression.parent); constant 9562 const typeNode = getEffectiveTypeAnnotationNode(symbol.parent.valueDeclaration); constant 9858 const typeNode = getEffectiveTypeAnnotationNode(node); constant 9904 const typeNode = getEffectiveTypeAnnotationNode(declaration); constant 10783 … const typeNode = isJSDocTypeAlias(declaration) ? declaration.typeExpression : declaration.type; constant 10990 const typeNode = getEffectiveTypeAnnotationNode(node); constant 13505 const typeNode = getEffectiveReturnTypeNode(signature.declaration); constant 13534 const typeNode = getEffectiveReturnTypeNode(declaration); constant 27154 const typeNode = getEffectiveTypeAnnotationNode(declaration); constant [all …]
|
| D | emitter.ts | 5553 const typeNode = getTypeNode(node); constant
|
| D | types.ts | 7545 typeNode?: TypeNode; // VariableDeclaration type property
|
| /third_party/typescript/lib/ |
| D | tsc.js | 46636 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument 47277 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument 74642 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument
|
| D | typingsInstaller.js | 56238 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument 56938 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument 88665 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument
|