Home
last modified time | relevance | path

Searched defs:getDocumentHighlights (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/services/
DdocumentHighlights.ts9 …export function getDocumentHighlights(program: Program, cancellationToken: CancellationToken, sour… function
Dservices.ts1699 …function getDocumentHighlights(fileName: string, position: number, filesToSearch: readonly string[… function
2560 getDocumentHighlights, constant
Dshims.ts231 getDocumentHighlights(fileName: string, position: number, filesToSearch: string): string; method
Dtypes.ts472getDocumentHighlights(fileName: string, position: number, filesToSearch: string[]): DocumentHighli… method
/third_party/typescript/lib/
Dtypescript.d.ts5583getDocumentHighlights(fileName: string, position: number, filesToSearch: string[]): DocumentHighli… method
DtypescriptServices.d.ts5583getDocumentHighlights(fileName: string, position: number, filesToSearch: string[]): DocumentHighli… method
Dtsserverlibrary.d.ts5583getDocumentHighlights(fileName: string, position: number, filesToSearch: string[]): DocumentHighli… method
Dtsserverlibrary.js122967 …function getDocumentHighlights(program, cancellationToken, sourceFile, position, sourceFilesToSear… function
150393 function getDocumentHighlights(fileName, position, filesToSearch) { function
151116 getDocumentHighlights: getDocumentHighlights, property
152416 …LanguageServiceShimObject.prototype.getDocumentHighlights = function (fileName, position, filesToS… method in LanguageServiceShimObject
160677 Session.prototype.getDocumentHighlights = function (args, simplifiedResult) { method in Session
Dtsserver.js122398 …function getDocumentHighlights(program, cancellationToken, sourceFile, position, sourceFilesToSear… function
149824 function getDocumentHighlights(fileName, position, filesToSearch) { function
150547 getDocumentHighlights: getDocumentHighlights, property
151847 …LanguageServiceShimObject.prototype.getDocumentHighlights = function (fileName, position, filesToS… method in LanguageServiceShimObject
160483 Session.prototype.getDocumentHighlights = function (args, simplifiedResult) { method in Session
Dtypescript.js122967 …function getDocumentHighlights(program, cancellationToken, sourceFile, position, sourceFilesToSear… function
150393 function getDocumentHighlights(fileName, position, filesToSearch) { function
151116 getDocumentHighlights: getDocumentHighlights, property
152416 …LanguageServiceShimObject.prototype.getDocumentHighlights = function (fileName, position, filesToS… method in LanguageServiceShimObject
DtypescriptServices.js122967 …function getDocumentHighlights(program, cancellationToken, sourceFile, position, sourceFilesToSear… function
150393 function getDocumentHighlights(fileName, position, filesToSearch) { function
151116 getDocumentHighlights: getDocumentHighlights, property
152416 …LanguageServiceShimObject.prototype.getDocumentHighlights = function (fileName, position, filesToS… method in LanguageServiceShimObject
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5826getDocumentHighlights(fileName: string, position: number, filesToSearch: string[]): DocumentHighli… method
Dtsserverlibrary.d.ts5826getDocumentHighlights(fileName: string, position: number, filesToSearch: string[]): DocumentHighli… method