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