Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixJSDocTypes.ts20 const { typeNode, type } = info; constant
42 const { typeNode, type } = info; constant
55 const typeNode = decl && decl.type; constant
DaddNameToNamelessParameter.ts29 …const typeNode = factory.createTypeReferenceNode(param.name as Identifier, /*typeArguments*/ undef… constant
DconvertLiteralTypeToMappedType.ts33 typeNode: TypeNode | undefined; property
DinferFromUsage.ts151 const typeNode = getTypeNodeIfAccessible(type, parent, program, host); constant
281 const typeNode = getTypeNodeIfAccessible(thisInference, containingFunction, program, host); constant
326 const typeNode = getTypeNodeIfAccessible(type, declaration, program, host); constant
371 … const typeNode = inference.type && getTypeNodeIfAccessible(inference.type, param, program, host); constant
DfixAddMissingConstraint.ts98 …const typeNode = typeToAutoImportableTypeNode(checker, importAdder, constraint, /*contextNode*/ un… constant
DgenerateAccessors.ts259 const typeNode = getTypeAnnotationNode(declaration); constant
DfixAddMissingMember.ts131 const typeNode = getTypeNode(checker, parentDeclaration, token); constant
354 const typeNode = getTypeNode(context.program.getTypeChecker(), parentDeclaration, token); constant
/third_party/typescript/src/services/
DinlayHints.ts333 … const typeNode = checker.typeToTypeNode(type, /*enclosingDeclaration*/ undefined, flags, writer); constant
DfindAllReferences.ts1964 …const typeNode = findAncestor(refNode, a => !isQualifiedName(a.parent) && !isTypeNode(a.parent) &&… constant
Dcompletions.ts1240 …const typeNode = checker.typeToTypeNode(effectiveType, enclosingDeclaration, builderFlags, codefix… constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts892 const typeNode = node.type; constant
912 const typeNode = unwrapParenthesizedTypeNode(node.type); constant
990 const typeNode = node.type; constant
1257 const typeNode = getVariableDeclarationTypeNode(tsLhsExpr); constant
1854 …const typeNode = TypeScriptLinter.tsTypeChecker.typeToTypeNode(type, undefined, NodeBuilderFlags.A… constant
DUtils.ts1833 const typeNode = getVariableDeclarationTypeNode(node); constant
1838 const typeNode = getSymbolDeclarationTypeNode(sym); constant
2264 const typeNode = (decl as any)?.type; constant
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts1470 const typeNode = getVariableDeclarationTypeNode(node); constant
1475 const typeNode = getSymbolDeclarationTypeNode(sym); constant
DTypeScriptLinter.ts1078 const typeNode = getVariableDeclarationTypeNode(tsLhsExpr); constant
1592 const typeNode = resolvedTypeArgs[i]; constant
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts540 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/
Demitter.ts6092 const typeNode = getTypeNode(node); constant
Dtypes.ts7713 typeNode?: TypeNode; // VariableDeclaration type property
/third_party/typescript/lib/
Dtsc.js47764 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument
48406 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument
75055 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument