Searched refs:getAddCommentsFunction (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/ |
D | utilities.ts | 2688 …forEachLeadingCommentRange(sourceFile.text, sourceNode.pos, getAddCommentsFunction(targetNode, sou… 2693 …forEachTrailingCommentRange(sourceFile.text, sourceNode.end, getAddCommentsFunction(targetNode, so… 2704 …forEachTrailingCommentRange(sourceFile.text, sourceNode.pos, getAddCommentsFunction(targetNode, so… 2707 …function getAddCommentsFunction(targetNode: Node, sourceFile: SourceFile, commentKind: CommentKind… function
|