Searched refs:CommentPlacement (Results 1 – 4 of 4) sorted by relevance
48 enum CommentPlacement { enum420 void setComment(const char* comment, CommentPlacement placement);422 void setComment(const std::string& comment, CommentPlacement placement);423 bool hasComment(CommentPlacement placement) const;425 std::string getComment(CommentPlacement placement) const;
227 void addComment(Location begin, Location end, CommentPlacement placement);
1184 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()1190 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()1194 bool Value::hasComment(CommentPlacement placement) const { in hasComment()1198 std::string Value::getComment(CommentPlacement placement) const { in getComment()
345 CommentPlacement placement = commentBefore; in readComment()357 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()