Searched refs:commentEndLine (Results 1 – 1 of 1) sorted by relevance
240 const commentEndLine = getLineOfLocalPosition(sourceFile, comment.end); constant241 if (commentEndLine > nodeEndLine) {1395 const commentEndLine = sourceFile.getLineAndCharacterOfPosition(range.end).line; constant1396 if (firstNodeLine < commentEndLine + 2) break;