D | DocComment.cpp | 30 DocComment::DocComment(const std::string& comment, const Location& location, CommentType type) in DocComment() function in android::DocComment 31 : DocComment(std::vector<std::string>(), location, type) { in DocComment() 62 DocComment::DocComment(const std::vector<std::string>& lines, const Location& location, in DocComment() function in android::DocComment 66 void DocComment::merge(const DocComment* comment) { in merge() 72 void DocComment::emit(Formatter& out, CommentType type) const { in emit()
|