Home
last modified time | relevance | path

Searched defs:commentLine (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DtextChanges.ts1249 const commentLine = sourceFile.getLineAndCharacterOfPosition(range.pos).line; constant
/third_party/typescript/src/compiler/
Dutilities.ts4743 const commentLine = getLineOfLocalPositionFromLineMap(lineMap, comment.pos); constant