Searched refs:DocumentSpan (Results 1 – 10 of 10) sorted by relevance
823 export interface DocumentSpan { interface842 export interface RenameLocation extends DocumentSpan {847 export interface ReferenceEntry extends DocumentSpan {853 export interface ImplementationLocation extends DocumentSpan {989 export interface DefinitionInfo extends DocumentSpan {
1992 export function documentSpansEqual(a: DocumentSpan, b: DocumentSpan): boolean {
404 function entryToDocumentSpan(entry: Entry): DocumentSpan {
582 function documentSpanLocation({ fileName, textSpan }: DocumentSpan): DocumentPosition {591 …function getMappedDocumentSpan(documentSpan: DocumentSpan, project: Project): DocumentSpan | undef…607 …function getMappedContextSpan(documentSpan: DocumentSpan, project: Project): TextSpan | undefined {1288 private static mapToOriginalLocation<T extends DocumentSpan>(def: T): T {
2 …ng({ file, text, contextText, options, contextOptions }: DocumentSpanFromSubstring): DocumentSpan {
5867 interface DocumentSpan { interface5883 interface RenameLocation extends DocumentSpan {5887 interface ReferenceEntry extends DocumentSpan {5892 interface ImplementationLocation extends DocumentSpan {5987 interface DefinitionInfo extends DocumentSpan {
6110 interface DocumentSpan { interface6126 interface RenameLocation extends DocumentSpan {6130 interface ReferenceEntry extends DocumentSpan {6135 interface ImplementationLocation extends DocumentSpan {6230 interface DefinitionInfo extends DocumentSpan {