Searched refs:lengthOfCommentOnLine (Results 1 – 1 of 1) sorted by relevance
403 std::size_t lengthOfCommentOnLine = 0; in comment() local418 if (lengthOfCommentOnLine > 0) { in comment()419 if (indentLength + lengthOfCommentOnLine + toCopy >= maxPerLine) { in comment()422 lengthOfCommentOnLine = 0; in comment()430 lengthOfCommentOnLine = maxPerLine; in comment()432 lengthOfCommentOnLine += toCopy; in comment()