Searched refs:nodeOverlapsWithStartEnd (Results 1 – 3 of 3) sorted by relevance
100 (cursorRequest || nodeOverlapsWithStartEnd(current, file, range.pos, range.end))));
114 …if (!declaration || (!(nodeOverlapsWithStartEnd(declaration.name, file, start, end) || cursorReque…
529 …export function nodeOverlapsWithStartEnd(node: Node, sourceFile: SourceFile, start: number, end: n… function