Searched refs:trailingNewline (Results 1 – 2 of 2) sorted by relevance
62 private boolean trailingNewline; field in CodeWriter141 trailingNewline = true; // Force the '//' prefix for the comment. in emitComment()475 if ((javadoc || comment) && trailingNewline) { in emitAndIndent()480 trailingNewline = true; in emitAndIndent()493 if (trailingNewline) { in emitAndIndent()503 trailingNewline = false; in emitAndIndent()
1453 io::Printer* printer, const SourceLocation& location, bool trailingNewline, in GenerateDocCommentBodyForLocation() argument1482 if (trailingNewline) { in GenerateDocCommentBodyForLocation()