Home
last modified time | relevance | path

Searched refs:nodeIsPresent (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/services/
Dutilities.ts661 return nodeIsPresent((<TemplateSpan>n).literal);
665 return nodeIsPresent((<ExportDeclaration | ImportDeclaration>n).moduleSpecifier);
/third_party/typescript/src/compiler/
Dutilities.ts518 export function nodeIsPresent(node: Node | undefined): boolean { function
4542 …ration & { body: FunctionBody } => isConstructorDeclaration(member) && nodeIsPresent(member.body));
5786 if (nodeIsPresent(child)) lastChild = child;
5791 if (nodeIsPresent(children[i])) {
Dbinder.ts681 …ags.Unreachable) && containerFlags & ContainerFlags.IsFunctionLike && nodeIsPresent((<FunctionLike…
Dchecker.ts3822 …if (member.kind === SyntaxKind.Constructor && nodeIsPresent((<ConstructorDeclaration>member).body)…
28131 …ind(failedSignatureDeclarations, d => isFunctionLikeDeclaration(d) && nodeIsPresent(d.body)) : und…
32299 if (!(func.kind === SyntaxKind.Constructor && nodeIsPresent(func.body))) {
32816 …if (!(node.flags & NodeFlags.Ambient) && nodeIsPresent(node.body) && (node.flags & NodeFlags.HasIm…
33254 if (nodeIsPresent((<FunctionLikeDeclaration>subsequentNode).body)) {
33306 const bodyIsPresent = nodeIsPresent((node as FunctionLikeDeclaration).body);
34205 if (functionFlags & FunctionFlags.Generator && nodeIsPresent(body)) {
37150 …(declaration.kind === SyntaxKind.FunctionDeclaration && nodeIsPresent((<FunctionLikeDeclaration>de…
38392 …if (isConstructorDeclaration(element) && nodeIsPresent(element.body) || isPropertyDeclaration(elem…
39187 if (nodeIsPresent((node as FunctionLikeDeclaration).body)) {
[all …]
Dparser.ts4592 nodeIsPresent(colonToken)
/third_party/typescript/src/compiler/transformers/
Dts.ts1430 : isFunctionLike(node) && nodeIsPresent((node as FunctionLikeDeclaration).body)
/third_party/typescript/lib/
DtypingsInstaller.js13672 function nodeIsPresent(node) { function
13675 ts.nodeIsPresent = nodeIsPresent;
17405 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); …
18536 if (nodeIsPresent(child))
18541 if (nodeIsPresent(children[i])) {
31990 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken)
41034 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) {
47287 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) {
69627 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : …
73182 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) {
[all …]
Dtsc.js10357 function nodeIsPresent(node) { function
10360 ts.nodeIsPresent = nodeIsPresent;
13586 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); …
14545 if (nodeIsPresent(child))
14549 if (nodeIsPresent(children[i])) {
25798 …rseAssignmentExpressionOrHigher), colonToken = parseExpectedToken(58), ts.nodeIsPresent(colonToken)
33448 if (!(currentFlow.flags & 1) && containerFlags & 8 && ts.nodeIsPresent(node.body)) {
38769 if (member.kind === 167 && ts.nodeIsPresent(member.body)) {
58148 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : …
61269 if (!(func.kind === 167 && ts.nodeIsPresent(func.body))) {
[all …]
Dtsserver.js13683 function nodeIsPresent(node) { function
13686 ts.nodeIsPresent = nodeIsPresent;
17416 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); …
18547 if (nodeIsPresent(child))
18552 if (nodeIsPresent(children[i])) {
32001 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken)
41045 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) {
47298 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) {
69638 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : …
73193 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) {
[all …]
DtypescriptServices.js13877 function nodeIsPresent(node) { function
13880 ts.nodeIsPresent = nodeIsPresent;
17610 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); …
18741 if (nodeIsPresent(child))
18746 if (nodeIsPresent(children[i])) {
32195 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken)
41239 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) {
47492 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) {
69832 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : …
73387 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) {
[all …]
Dtsserverlibrary.js13877 function nodeIsPresent(node) { function
13880 ts.nodeIsPresent = nodeIsPresent;
17610 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); …
18741 if (nodeIsPresent(child))
18746 if (nodeIsPresent(children[i])) {
32195 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken)
41239 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) {
47492 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) {
69832 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : …
73387 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) {
[all …]
Dtypescript.js13877 function nodeIsPresent(node) { function
13880 ts.nodeIsPresent = nodeIsPresent;
17610 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); …
18741 if (nodeIsPresent(child))
18746 if (nodeIsPresent(children[i])) {
32195 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken)
41239 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) {
47492 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) {
69832 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : …
73387 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) {
[all …]