Lines Matching defs:parent
32 … const parent = ts.factory.createPropertyAssignment(node, ts.factory.createNumericLiteral('1')); constant
38 const parent = ts.factory.createComputedPropertyName(node); constant
44 const parent = ts.factory.createBindingElement(undefined, node, 'bindingElement'); constant
50 …const parent = ts.factory.createPropertySignature(undefined, node, undefined, ts.factory.createKey… constant
56 …const parent = ts.factory.createMethodSignature(undefined, node, undefined, undefined, [], undefin… constant
62 const parent = ts.factory.createEnumMember(node); constant
68 …const parent = ts.factory.createPropertyDeclaration(undefined, undefined, node, undefined, undefin… constant
74 …const parent = ts.factory.createMethodDeclaration(undefined, undefined, undefined, node, undefined… constant
80 … const parent = ts.factory.createSetAccessorDeclaration(undefined, undefined, node, [], undefined); constant
86 …const parent = ts.factory.createGetAccessorDeclaration(undefined, undefined, node, [], undefined, … constant
140 const parent = ts.factory.createPropertyAccessExpression(node, node); constant
146 const parent = ts.factory.createIdentifier('parent'); constant
156 const parent = ts.factory.createQualifiedName(node, node); constant
175 …const parent = ts.factory.createClassExpression(undefined, undefined, undefined, undefined, undefi… constant
194 …const parent = ts.factory.createClassExpression(undefined, undefined, undefined, undefined, undefi… constant
236 const parent = ts.factory.createElementAccessExpression(node, node); constant
252 const parent = ts.factory.createElementAccessExpression(node, node); constant
258 …const parent = ts.factory.createParameterDeclaration([], undefined, node, undefined, undefined, un… constant
264 …const parent = ts.factory.createParameterDeclaration([ts.factory.createModifier(ts.SyntaxKind.Abst… constant
270 …const parent = ts.factory.createParameterDeclaration([ts.factory.createModifier(ts.SyntaxKind.Publ… constant
287 …const parent = ts.factory.createConstructorDeclaration(undefined, [ts.factory.createModifier(ts.Sy… constant
295 const parent = ts.factory.createElementAccessExpression(node, node); constant
304 const parent = ts.factory.createElementAccessExpression(node, node); constant
310 const parent = ts.factory.createPropertyAssignment(node, node); constant
319 …const parent = ts.factory.createParameterDeclaration(undefined, undefined, undefined, node, undefi… constant
325 … const parent = ts.factory.createVariableDeclaration(node, undefined, undefined, undefined); constant
353 … const parent = ts.factory.createSourceFile([], endOfFileToken, ts.NodeFlags.AwaitContext); constant
373 const parent = ts.factory.createMetaProperty(ts.SyntaxKind.NewKeyword, node); constant
379 const parent = ts.factory.createMetaProperty(ts.SyntaxKind.ImportKeyword, node); constant