Home
last modified time | relevance | path

Searched defs:commentRanges (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/formatting/
Dformatting.ts1283 … const commentRanges = concatenate(trailingRangesOfPreviousToken, leadingCommentRangesOfNextToken); constant
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts20 const commentRanges = previousSibling constant
/third_party/typescript/src/services/
DstringCompletions.ts625 const commentRanges = getLeadingCommentRanges(sourceFile.text, token.pos); constant
/third_party/typescript/src/compiler/
Dutilities.ts1404 const commentRanges = (node.kind === SyntaxKind.Parameter || constant