Lines Matching refs:CommentPlacement
530 CommentPlacement placement = commentBefore;
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) {
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore;
1506 OurReader::addComment(Location begin, Location end, CommentPlacement placement) {
3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) {
3698 void Value::setComment(const char* comment, CommentPlacement placement) {
3702 void Value::setComment(const std::string& comment, CommentPlacement placement) {
3706 bool Value::hasComment(CommentPlacement placement) const {
3710 std::string Value::getComment(CommentPlacement placement) const {