Home
last modified time | relevance | path

Searched defs:getSpanOfEnclosingComment (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/services/
Dservices.ts2315 …function getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): Te… function
2579 getSpanOfEnclosingComment, constant
Dshims.ts278getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): string; method
Dtypes.ts504getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … method
/third_party/typescript/lib/
Dtypescript.d.ts5607getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … method
DtypescriptServices.d.ts5607getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … method
Dtsserverlibrary.d.ts5607getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … method
Dtsserverlibrary.js150912 function getSpanOfEnclosingComment(fileName, position, onlyMultiLine) { function
151135 getSpanOfEnclosingComment: getSpanOfEnclosingComment, property
152387 …LanguageServiceShimObject.prototype.getSpanOfEnclosingComment = function (fileName, position, only… method in LanguageServiceShimObject
160888 Session.prototype.getSpanOfEnclosingComment = function (args) { method in Session
Dtsserver.js150343 function getSpanOfEnclosingComment(fileName, position, onlyMultiLine) { function
150566 getSpanOfEnclosingComment: getSpanOfEnclosingComment, property
151818 …LanguageServiceShimObject.prototype.getSpanOfEnclosingComment = function (fileName, position, only… method in LanguageServiceShimObject
160694 Session.prototype.getSpanOfEnclosingComment = function (args) { method in Session
Dtypescript.js150912 function getSpanOfEnclosingComment(fileName, position, onlyMultiLine) { function
151135 getSpanOfEnclosingComment: getSpanOfEnclosingComment, property
152387 …LanguageServiceShimObject.prototype.getSpanOfEnclosingComment = function (fileName, position, only… method in LanguageServiceShimObject
DtypescriptServices.js150912 function getSpanOfEnclosingComment(fileName, position, onlyMultiLine) { function
151135 getSpanOfEnclosingComment: getSpanOfEnclosingComment, property
152387 …LanguageServiceShimObject.prototype.getSpanOfEnclosingComment = function (fileName, position, only… method in LanguageServiceShimObject
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5850getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … method
Dtsserverlibrary.d.ts5850getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … method