Lines Matching refs:hasComment
3706 bool Value::hasComment(CommentPlacement placement) const {
3711 if (hasComment(placement))
4480 if (!root.hasComment(commentBefore))
4500 if (root.hasComment(commentAfterOnSameLine))
4503 if (root.hasComment(commentAfter)) {
4511 return value.hasComment(commentBefore) ||
4512 value.hasComment(commentAfterOnSameLine) ||
4513 value.hasComment(commentAfter);
4698 if (!root.hasComment(commentBefore))
4716 if (root.hasComment(commentAfterOnSameLine))
4719 if (root.hasComment(commentAfter)) {
4727 return value.hasComment(commentBefore) ||
4728 value.hasComment(commentAfterOnSameLine) ||
4729 value.hasComment(commentAfter);
4979 if (!root.hasComment(commentBefore))
4998 if (root.hasComment(commentAfterOnSameLine))
5001 if (root.hasComment(commentAfter)) {
5009 return value.hasComment(commentBefore) ||
5010 value.hasComment(commentAfterOnSameLine) ||
5011 value.hasComment(commentAfter);