Home
last modified time | relevance | path

Searched refs:nodeOverlapsWithStartEnd (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/refactors/
DextractType.ts100 (cursorRequest || nodeOverlapsWithStartEnd(current, file, range.pos, range.end))));
/third_party/typescript/src/services/codefixes/
DgenerateAccessors.ts114 …if (!declaration || (!(nodeOverlapsWithStartEnd(declaration.name, file, start, end) || cursorReque…
/third_party/typescript/src/services/
Dutilities.ts529 …export function nodeOverlapsWithStartEnd(node: Node, sourceFile: SourceFile, start: number, end: n… function