Lines Matching refs:comments

132 void JSONNodeDumper::Visit(const comments::Comment *C,  in Visit()
133 const comments::FullComment *FC) { in Visit()
1568 if (const comments::CommandInfo *Info = in getCommentCommandName()
1569 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
1574 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
1575 const comments::FullComment *) { in visitTextComment()
1580 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1584 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
1587 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
1590 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
1593 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
1596 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
1610 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
1625 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
1630 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
1642 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
1644 case comments::ParamCommandComment::In: in visitParamCommandComment()
1647 case comments::ParamCommandComment::Out: in visitParamCommandComment()
1650 case comments::ParamCommandComment::InOut: in visitParamCommandComment()
1665 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
1680 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
1686 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
1687 const comments::FullComment *) { in visitVerbatimBlockLineComment()
1692 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()