Searched refs:nodeIsASICandidate (Results 1 – 1 of 1) sorted by relevance
2859 function nodeIsASICandidate(node: Node, sourceFile: SourceFileLike): boolean { function2910 return !!contextAncestor && nodeIsASICandidate(contextAncestor, sourceFile);