Home
last modified time | relevance | path

Searched refs:getMappedLocation (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
Dutilities.ts2137 …export function getMappedLocation(location: DocumentPosition, sourceMapper: SourceMapper, fileExis… function
2144 …const newPosition = getMappedLocation({ fileName, pos: textSpan.start }, sourceMapper, fileExists);
2146 …const newEndPosition = getMappedLocation({ fileName, pos: textSpan.start + textSpan.length }, sour…
2164 const contextSpanStart = documentSpan.contextSpan && getMappedLocation(
2169 const contextSpanEnd = documentSpan.contextSpan && getMappedLocation(
/third_party/typescript/src/server/
Dsession.ts660 …return getMappedLocation(location, project.getSourceMapper(), p => project.projectService.fileExis…