Home
last modified time | relevance | path

Searched refs:DocumentSpan (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/services/
Dtypes.ts823 export interface DocumentSpan { interface
842 export interface RenameLocation extends DocumentSpan {
847 export interface ReferenceEntry extends DocumentSpan {
853 export interface ImplementationLocation extends DocumentSpan {
989 export interface DefinitionInfo extends DocumentSpan {
Dutilities.ts1992 export function documentSpansEqual(a: DocumentSpan, b: DocumentSpan): boolean {
DfindAllReferences.ts404 function entryToDocumentSpan(entry: Entry): DocumentSpan {
/third_party/typescript/src/server/
Dsession.ts582 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 {
/third_party/typescript/src/testRunner/unittests/tsserver/
DdeclarationFileMaps.ts2 …ng({ file, text, contextText, options, contextOptions }: DocumentSpanFromSubstring): DocumentSpan {
/third_party/typescript/lib/
Dtypescript.d.ts5867 interface DocumentSpan { interface
5883 interface RenameLocation extends DocumentSpan {
5887 interface ReferenceEntry extends DocumentSpan {
5892 interface ImplementationLocation extends DocumentSpan {
5987 interface DefinitionInfo extends DocumentSpan {
DtypescriptServices.d.ts5867 interface DocumentSpan { interface
5883 interface RenameLocation extends DocumentSpan {
5887 interface ReferenceEntry extends DocumentSpan {
5892 interface ImplementationLocation extends DocumentSpan {
5987 interface DefinitionInfo extends DocumentSpan {
Dtsserverlibrary.d.ts5867 interface DocumentSpan { interface
5883 interface RenameLocation extends DocumentSpan {
5887 interface ReferenceEntry extends DocumentSpan {
5892 interface ImplementationLocation extends DocumentSpan {
5987 interface DefinitionInfo extends DocumentSpan {
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6110 interface DocumentSpan { interface
6126 interface RenameLocation extends DocumentSpan {
6130 interface ReferenceEntry extends DocumentSpan {
6135 interface ImplementationLocation extends DocumentSpan {
6230 interface DefinitionInfo extends DocumentSpan {
Dtsserverlibrary.d.ts6110 interface DocumentSpan { interface
6126 interface RenameLocation extends DocumentSpan {
6130 interface ReferenceEntry extends DocumentSpan {
6135 interface ImplementationLocation extends DocumentSpan {
6230 interface DefinitionInfo extends DocumentSpan {