Home
last modified time | relevance | path

Searched refs:getLineInfo (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/server/
DscriptInfo.ts261 getLineInfo(): LineInfo { method in ts.server.TextStorage
269 return getLineInfo(this.text!, lineMap);
661 getLineInfo(): LineInfo {
662 return this.textStorage.getLineInfo();
DeditorServices.ts2897 declarationInfo.getLineInfo(),
/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.mts10 getLineInfo,
Dacorn.d.ts89 function getLineInfo(input: string, offset: number): Position method in acorn.Parser
Dacorn.js319 function getLineInfo(input, offset) { function
3558 var loc = getLineInfo(this.input, pos);
5925 getLineInfo: getLineInfo, property
5975 exports.getLineInfo = getLineInfo;
Dacorn.mjs307 // The `getLineInfo` function is mostly useful when the
313 function getLineInfo(input, offset) { function
3552 var loc = getLineInfo(this.input, pos);
5919 getLineInfo: getLineInfo, property
5961 …osition, SourceLocation, TokContext, Token, TokenType, defaultOptions, getLineInfo, isIdentifierCh…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLine.h106 LineInfo getLineInfo() const { return LineInf; } in getLineInfo() function
/third_party/typescript/src/services/
Dsourcemaps.ts48 getLineInfo(file.text, getLineStarts(file)),
/third_party/typescript/src/harness/
DsourceMapRecorder.ts72 …sourceMapRecorder.WriteLine("mapUrl: " + ts.tryGetSourceMappingURL(ts.getLineInfo(jsFile.text, jsL…
/third_party/typescript/src/compiler/
Dsourcemap.ts335 export function getLineInfo(text: string, lineStarts: readonly number[]): LineInfo { function
/third_party/node/deps/acorn/acorn/
DREADME.md222 **getLineInfo**`(input, offset)` can be used to get a `{line,
/third_party/typescript/lib/
DtypingsInstaller.js94409 function getLineInfo(text, lineStarts) { function
94415 ts.getLineInfo = getLineInfo;
Dtsc.js79863 function getLineInfo(text, lineStarts) { function
79869 ts.getLineInfo = getLineInfo;