Home
last modified time | relevance | path

Searched refs:nodeHasTokens (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript_eslint/packages/typescript-estree/src/
Dnode-utils.ts376 return shouldDiveInChildNode && nodeHasTokens(child, ast)
671 export function nodeHasTokens(n: ts.Node, ast: ts.SourceFile): boolean { function
/third_party/typescript/src/services/
Dutilities.ts1183 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;
1228 !nodeHasTokens(child, sourceFile) ||
1282 else if (nodeHasTokens(children[i], sourceFile)) {
1591 function nodeHasTokens(n: Node, sourceFile: SourceFileLike): boolean { function
/third_party/typescript/lib/
Dtsserverlibrary.js116896 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;
116938 !nodeHasTokens(child, sourceFile) ||
116984 else if (nodeHasTokens(children[i], sourceFile)) {
117256 function nodeHasTokens(n, sourceFile) { function
Dtypescript.js116896 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;
116938 !nodeHasTokens(child, sourceFile) ||
116984 else if (nodeHasTokens(children[i], sourceFile)) {
117256 function nodeHasTokens(n, sourceFile) { function
Dtsserver.js116327 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;
116369 !nodeHasTokens(child, sourceFile) ||
116415 else if (nodeHasTokens(children[i], sourceFile)) {
116687 function nodeHasTokens(n, sourceFile) { function
DtypescriptServices.js116896 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;
116938 !nodeHasTokens(child, sourceFile) ||
116984 else if (nodeHasTokens(children[i], sourceFile)) {
117256 function nodeHasTokens(n, sourceFile) { function