Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Demitter.ts3578 const commentRange = getCommentRange(value); constant
3830 const commentRange = getCommentRange(initializer); constant
4585 const commentRange = getCommentRange(child); constant
5535 const commentRange = getCommentRange(node); constant
5546 const commentRange = getCommentRange(node); constant
Dtypes.ts7536commentRange?: 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.ts6953 commentRange, constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts2482 const commentRange: ts.CommentRange = { constant
/third_party/typescript/src/services/
Dservices.ts2424 const commentRange = isInComment(sourceFile, i); constant