Home
last modified time | relevance | path

Searched defs:commentRange (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts4116 const commentRange = getCommentRange(value); constant
4368 const commentRange = getCommentRange(initializer); constant
5123 const commentRange = getCommentRange(child); constant
6074 const commentRange = getCommentRange(node); constant
6085 const commentRange = getCommentRange(node); constant
Dtypes.ts7704commentRange?: TextRange; // The text range to use when emitting leading or trailin… property
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts2568 const commentRange: CommentRange = { constant
/third_party/typescript/src/services/
Dservices.ts2776 const commentRange = isInComment(sourceFile, i); constant
/third_party/typescript/src/compiler/transformers/
Des2015.ts1756 const commentRange = getCommentRange(member); constant