Home | History | Annotate | Download | only in jsoncpp

Lines Matching defs:hasComment

3739 bool Value::hasComment(CommentPlacement placement) const {
3744 if (hasComment(placement))
4535 if (!root.hasComment(commentBefore))
4555 if (root.hasComment(commentAfterOnSameLine))
4558 if (root.hasComment(commentAfter)) {
4566 return value.hasComment(commentBefore) ||
4567 value.hasComment(commentAfterOnSameLine) ||
4568 value.hasComment(commentAfter);
4752 if (!root.hasComment(commentBefore))
4770 if (root.hasComment(commentAfterOnSameLine))
4773 if (root.hasComment(commentAfter)) {
4781 return value.hasComment(commentBefore) ||
4782 value.hasComment(commentAfterOnSameLine) ||
4783 value.hasComment(commentAfter);
5040 if (!root.hasComment(commentBefore))
5059 if (root.hasComment(commentAfterOnSameLine))
5062 if (root.hasComment(commentAfter)) {
5070 return value.hasComment(commentBefore) ||
5071 value.hasComment(commentAfterOnSameLine) ||
5072 value.hasComment(commentAfter);