Searched refs:commentAfterOnSameLine (Results 1 – 5 of 5) sorted by relevance
433 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()434 document_ += " " + normalizeEOL(root.getComment(commentAfterOnSameLine)); in writeCommentAfterValueOnSameLine()445 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()649 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()650 *document_ << " " + normalizeEOL(root.getComment(commentAfterOnSameLine)); in writeCommentAfterValueOnSameLine()661 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
348 placement = commentAfterOnSameLine; in readComment()359 if (placement == commentAfterOnSameLine) { in addComment()
548 placement = commentAfterOnSameLine; in readComment()579 if (placement == commentAfterOnSameLine) { in addComment()1526 placement = commentAfterOnSameLine; in readComment()1538 if (placement == commentAfterOnSameLine) { in addComment()4555 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()4556 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()4567 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()4770 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()4771 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()4782 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()[all …]
476 commentAfterOnSameLine, ///< a comment just after a value on the same line enumerator
50 commentAfterOnSameLine, ///< a comment just after a value on the same line enumerator