Searched defs:DocCommentable (Results 1 – 1 of 1) sorted by relevance
38 struct DocCommentable { struct39 void setDocComment(const DocComment* docComment) { mDocComment = docComment; } in setDocComment()40 void emitDocComment(Formatter& out) const { in emitDocComment()47 const DocComment* getDocComment() const { return mDocComment; } in getDocComment()