Lines Matching refs:CommentPlacement
545 CommentPlacement placement = commentBefore;
576 Reader::addComment(Location begin, Location end, CommentPlacement placement) {
1201 void addComment(Location begin, Location end, CommentPlacement placement);
1523 CommentPlacement placement = commentBefore;
1535 OurReader::addComment(Location begin, Location end, CommentPlacement placement) {
3721 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) {
3731 void Value::setComment(const char* comment, CommentPlacement placement) {
3735 void Value::setComment(const std::string& comment, CommentPlacement placement) {
3739 bool Value::hasComment(CommentPlacement placement) const {
3743 std::string Value::getComment(CommentPlacement placement) const {