Home
last modified time | relevance | path

Searched refs:copyLeadingComments (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/refactors/
DaddOrRemoveBracesToArrowFunction.ts70copyLeadingComments(expression!, returnStatement, file, SyntaxKind.MultiLineCommentTrivia, /* hasT…
77copyLeadingComments(returnStatement, body, file, SyntaxKind.MultiLineCommentTrivia, /* hasTrailing…
/third_party/typescript/src/services/codefixes/
DconvertFunctionToEs6Class.ts170 copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile);
184 copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
203 copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
/third_party/typescript/src/services/
Dutilities.ts2366 copyLeadingComments(sourceNode, targetNode, sourceFile);
2432 …export function copyLeadingComments(sourceNode: Node, targetNode: Node, sourceFile: SourceFile, co… function
/third_party/typescript/lib/
Dtsserver.js117466 copyLeadingComments(sourceNode, targetNode, sourceFile);
117531 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { function
117534 ts.copyLeadingComments = copyLeadingComments;
136962 ts.copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile);
136976 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
136993 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
147380 …ts.copyLeadingComments(expression, returnStatement_1, file, 3 /* MultiLineCommentTrivia */, /* has…
147387 …ts.copyLeadingComments(returnStatement, body, file, 3 /* MultiLineCommentTrivia */, /* hasTrailing…
DtypescriptServices.js118035 copyLeadingComments(sourceNode, targetNode, sourceFile);
118100 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { function
118103 ts.copyLeadingComments = copyLeadingComments;
137531 ts.copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile);
137545 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
137562 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
147949 …ts.copyLeadingComments(expression, returnStatement_1, file, 3 /* MultiLineCommentTrivia */, /* has…
147956 …ts.copyLeadingComments(returnStatement, body, file, 3 /* MultiLineCommentTrivia */, /* hasTrailing…
Dtsserverlibrary.js118035 copyLeadingComments(sourceNode, targetNode, sourceFile);
118100 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { function
118103 ts.copyLeadingComments = copyLeadingComments;
137531 ts.copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile);
137545 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
137562 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
147949 …ts.copyLeadingComments(expression, returnStatement_1, file, 3 /* MultiLineCommentTrivia */, /* has…
147956 …ts.copyLeadingComments(returnStatement, body, file, 3 /* MultiLineCommentTrivia */, /* hasTrailing…
Dtypescript.js118035 copyLeadingComments(sourceNode, targetNode, sourceFile);
118100 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { function
118103 ts.copyLeadingComments = copyLeadingComments;
137531 ts.copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile);
137545 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
137562 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
147949 …ts.copyLeadingComments(expression, returnStatement_1, file, 3 /* MultiLineCommentTrivia */, /* has…
147956 …ts.copyLeadingComments(returnStatement, body, file, 3 /* MultiLineCommentTrivia */, /* hasTrailing…