Lines Matching refs:hasComment
414 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
433 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
436 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
444 return value.hasComment(commentBefore) || in hasCommentForValue()
445 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
446 value.hasComment(commentAfter); in hasCommentForValue()
642 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
649 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
652 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
660 return value.hasComment(commentBefore) || in hasCommentForValue()
661 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
662 value.hasComment(commentAfter); in hasCommentForValue()