Lines Matching refs:comments
132 void JSONNodeDumper::Visit(const comments::Comment *C, in Visit()
133 const comments::FullComment *FC) { in Visit()
1559 if (const comments::CommandInfo *Info = in getCommentCommandName()
1560 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
1565 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
1566 const comments::FullComment *) { in visitTextComment()
1571 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1575 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
1578 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
1581 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
1584 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
1587 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
1601 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
1616 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
1621 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
1633 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
1635 case comments::ParamCommandComment::In: in visitParamCommandComment()
1638 case comments::ParamCommandComment::Out: in visitParamCommandComment()
1641 case comments::ParamCommandComment::InOut: in visitParamCommandComment()
1656 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
1671 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
1677 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
1678 const comments::FullComment *) { in visitVerbatimBlockLineComment()
1683 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()