/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/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_1/ |
D | TypeScriptLinter.ts | 1082 const typeNode = Utils.getVariableDeclarationTypeNode(tsLhsExpr); constant 1460 …const typeNode = TypeScriptLinter.tsTypeChecker.typeToTypeNode(type, undefined, ts.NodeBuilderFlag… constant 1612 const typeNode = resolvedTypeArgs[i]; constant
|
D | Utils.ts | 1591 const typeNode = getVariableDeclarationTypeNode(node); constant 1596 const typeNode = getSymbolDeclarationTypeNode(sym); 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/typescript/src/compiler/ |
D | checker.ts | 7608 const typeNode = jsdocAliasDecl && jsdocAliasDecl.typeExpression constant 9510 const typeNode = getEffectiveTypeAnnotationNode(expression.parent); constant 9521 const typeNode = getEffectiveTypeAnnotationNode(symbol.parent.valueDeclaration); constant 9817 const typeNode = getEffectiveTypeAnnotationNode(node); constant 9863 const typeNode = getEffectiveTypeAnnotationNode(declaration); constant 10742 … const typeNode = isJSDocTypeAlias(declaration) ? declaration.typeExpression : declaration.type; constant 10949 const typeNode = getEffectiveTypeAnnotationNode(node); constant 13464 const typeNode = getEffectiveReturnTypeNode(signature.declaration); constant 13493 const typeNode = getEffectiveReturnTypeNode(declaration); constant 27113 const typeNode = getEffectiveTypeAnnotationNode(declaration); constant [all …]
|
D | emitter.ts | 5501 const typeNode = getTypeNode(node); constant
|
D | types.ts | 7509 typeNode?: TypeNode; // VariableDeclaration type property
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 56043 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument 56743 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument 88450 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument
|
D | tsc.js | 46457 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument 47098 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument 74443 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument
|