Home
last modified time | relevance | path

Searched defs:typeNode (Results 1 – 22 of 22) 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/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts760 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
DUtils.ts1750 const typeNode = getVariableDeclarationTypeNode(node); constant
1755 const typeNode = getSymbolDeclarationTypeNode(sym); constant
2175 const typeNode = (decl as any)?.type; 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_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/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py569 def readType (self, typeNode): argument
Dgen_framework.py585 def readType (self, typeNode): argument
/third_party/typescript/src/compiler/
Dchecker.ts7649 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 …]
Demitter.ts5553 const typeNode = getTypeNode(node); constant
Dtypes.ts7545 typeNode?: TypeNode; // VariableDeclaration type property
/third_party/typescript/lib/
Dtsc.js46636 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument
47277 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument
74642 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument
DtypingsInstaller.js56238 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument
56938 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument
88665 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument