Searched refs:getMappedLocation (Results 1 – 2 of 2) sorted by relevance
2137 …export function getMappedLocation(location: DocumentPosition, sourceMapper: SourceMapper, fileExis… function2144 …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(
660 …return getMappedLocation(location, project.getSourceMapper(), p => project.projectService.fileExis…