Lines Matching refs:comments

149 void JSONNodeDumper::Visit(const comments::Comment *C,  in Visit()
150 const comments::FullComment *FC) { in Visit()
1716 if (const comments::CommandInfo *Info = in getCommentCommandName()
1717 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
1722 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
1723 const comments::FullComment *) { in visitTextComment()
1728 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1732 case comments::InlineCommandRenderKind::Normal: in visitInlineCommandComment()
1735 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
1738 case comments::InlineCommandRenderKind::Emphasized: in visitInlineCommandComment()
1741 case comments::InlineCommandRenderKind::Monospaced: in visitInlineCommandComment()
1744 case comments::InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
1758 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
1773 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
1778 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
1790 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
1792 case comments::ParamCommandPassDirection::In: in visitParamCommandComment()
1795 case comments::ParamCommandPassDirection::Out: in visitParamCommandComment()
1798 case comments::ParamCommandPassDirection::InOut: in visitParamCommandComment()
1813 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
1828 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
1834 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
1835 const comments::FullComment *) { in visitVerbatimBlockLineComment()
1840 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()