Home | History | Annotate | Download | only in jsoncpp

Lines Matching refs:CommentPlacement

474 enum CommentPlacement {
923 void setComment(const char* comment, CommentPlacement placement);
925 void setComment(const char* comment, size_t len, CommentPlacement placement);
927 void setComment(const std::string& comment, CommentPlacement placement);
928 bool hasComment(CommentPlacement placement) const;
930 std::string getComment(CommentPlacement placement) const;
1476 void addComment(Location begin, Location end, CommentPlacement placement);
1871 *#CommentPlacement.
1932 #CommentPlacement.