Searched refs:copyComments (Results 1 – 4 of 4) sorted by relevance
449 copyComments(arg, property);494 copyComments(thisParameter.name, newThisParameter.name);497 copyComments(thisParameter.type, newThisParameter.type!);513 copyComments(parameterDeclaration.initializer, element.initializer);537 copyComments(parameterDeclaration.name, propertySignature.name);539 copyComments(parameterDeclaration.type, propertySignature.type);
241 copyComments(head, body);
220 copyComments(commentSource, newBody);
2617 export function copyComments(sourceNode: Node, targetNode: Node) { function