Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Demitter.ts3570 const commentRange = getCommentRange(value); constant
3822 const commentRange = getCommentRange(initializer); constant
4577 const commentRange = getCommentRange(child); constant
5527 const commentRange = getCommentRange(node); constant
5538 const commentRange = getCommentRange(node); constant
Dtypes.ts7518commentRange?: TextRange; // The text range to use when emitting leading or trailin… property
/third_party/typescript/src/compiler/transformers/
DclassFields.ts512 const commentRange = getCommentRange(node); constant
Des2015.ts1719 const commentRange = getCommentRange(member); constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts6944 commentRange, constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts2310 const commentRange: ts.CommentRange = { constant
/third_party/typescript/src/services/
Dservices.ts2424 const commentRange = isInComment(sourceFile, i); constant