Home
last modified time | relevance | path

Searched defs:typeNode (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixJSDocTypes.ts13 const { typeNode, type } = info; constant
35 const { typeNode, type } = info; constant
48 const typeNode = decl && decl.type; constant
DaddNameToNamelessParameter.ts26 …const typeNode = factory.createTypeReferenceNode(param.name as Identifier, /*typeArguments*/ undef… constant
DconvertLiteralTypeToMappedType.ts29 typeNode: TypeNode | undefined; property
DinferFromUsage.ts130 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
DfixAddMissingConstraint.ts89 …const typeNode = typeToAutoImportableTypeNode(checker, importAdder, constraint, /*contextNode*/ un… constant
DgenerateAccessors.ts241 const typeNode = getTypeAnnotationNode(declaration); constant
DfixAddMissingMember.ts108 const typeNode = getTypeNode(checker, parentDeclaration, token); constant
331 const typeNode = getTypeNode(context.program.getTypeChecker(), parentDeclaration, token); constant
/third_party/typescript/src/services/
DinlayHints.ts320 … const typeNode = checker.typeToTypeNode(type, /*enclosingDeclaration*/ undefined, flags, writer); constant
DfindAllReferences.ts1882 …const typeNode = findAncestor(refNode, a => !isQualifiedName(a.parent) && !isTypeNode(a.parent) &&… constant
Dcompletions.ts1155 …const typeNode = checker.typeToTypeNode(effectiveType, enclosingDeclaration, builderFlags, codefix… constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts1082 const typeNode = Utils.getVariableDeclarationTypeNode(tsLhsExpr); constant
1460 …const typeNode = TypeScriptLinter.tsTypeChecker.typeToTypeNode(type, undefined, ts.NodeBuilderFlag… constant
1612 const typeNode = resolvedTypeArgs[i]; constant
DUtils.ts1591 const typeNode = getVariableDeclarationTypeNode(node); constant
1596 const typeNode = getSymbolDeclarationTypeNode(sym); constant
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts1457 const typeNode = getVariableDeclarationTypeNode(node); constant
1462 const typeNode = getSymbolDeclarationTypeNode(sym); constant
DTypeScriptLinter.ts1045 const typeNode = Utils.getVariableDeclarationTypeNode(tsLhsExpr); constant
1557 const typeNode = resolvedTypeArgs[i]; constant
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts520 … const typeNode = addEmitFlags(factory.createTypeLiteralNode(members), EmitFlags.SingleLine); constant
/third_party/typescript/src/compiler/
Dchecker.ts7608 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 …]
Demitter.ts5501 const typeNode = getTypeNode(node); constant
Dtypes.ts7509 typeNode?: TypeNode; // VariableDeclaration type property
/third_party/typescript/lib/
DtypingsInstaller.js56043 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument
56743 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument
88450 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument
Dtsc.js46457 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument
47098 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument
74443 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument