| /third_party/typescript/src/services/codefixes/ |
| D | fixJSDocTypes.ts | 20 const { typeNode, type } = info; constant 42 const { typeNode, type } = info; constant 55 const typeNode = decl && decl.type; constant
|
| D | addNameToNamelessParameter.ts | 29 …const typeNode = factory.createTypeReferenceNode(param.name as Identifier, /*typeArguments*/ undef… constant
|
| D | convertLiteralTypeToMappedType.ts | 33 typeNode: TypeNode | undefined; property
|
| D | inferFromUsage.ts | 151 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
|
| D | fixAddMissingConstraint.ts | 98 …const typeNode = typeToAutoImportableTypeNode(checker, importAdder, constraint, /*contextNode*/ un… constant
|
| D | generateAccessors.ts | 259 const typeNode = getTypeAnnotationNode(declaration); constant
|
| D | fixAddMissingMember.ts | 131 const typeNode = getTypeNode(checker, parentDeclaration, token); constant 354 const typeNode = getTypeNode(context.program.getTypeChecker(), parentDeclaration, token); constant
|
| /third_party/typescript/src/services/ |
| D | inlayHints.ts | 333 … const typeNode = checker.typeToTypeNode(type, /*enclosingDeclaration*/ undefined, flags, writer); constant
|
| D | findAllReferences.ts | 1964 …const typeNode = findAncestor(refNode, a => !isQualifiedName(a.parent) && !isTypeNode(a.parent) &&… constant
|
| D | completions.ts | 1240 …const typeNode = checker.typeToTypeNode(effectiveType, enclosingDeclaration, builderFlags, codefix… constant
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | TypeScriptLinter.ts | 892 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
|
| D | Utils.ts | 1833 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/ |
| D | Utils.ts | 1470 const typeNode = getVariableDeclarationTypeNode(node); constant 1475 const typeNode = getSymbolDeclarationTypeNode(sym); constant
|
| D | TypeScriptLinter.ts | 1078 const typeNode = getVariableDeclarationTypeNode(tsLhsExpr); constant 1592 const typeNode = resolvedTypeArgs[i]; constant
|
| /third_party/typescript/src/services/refactors/ |
| D | convertParamsToDestructuredObject.ts | 540 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 | emitter.ts | 6092 const typeNode = getTypeNode(node); constant
|
| D | types.ts | 7713 typeNode?: TypeNode; // VariableDeclaration type property
|
| /third_party/typescript/lib/ |
| D | tsc.js | 47764 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) { argument 48406 function typeNodeIsEquivalentToType(typeNode, annotatedDeclaration, type) { argument 75055 function checkInheritedPropertiesAreIdentical(type, typeNode) { argument
|