Lines Matching refs:comments
133 void JSONNodeDumper::Visit(const comments::Comment *C, in Visit()
134 const comments::FullComment *FC) { in Visit()
1600 if (const comments::CommandInfo *Info = in getCommentCommandName()
1601 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
1606 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
1607 const comments::FullComment *) { in visitTextComment()
1612 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1616 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
1619 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
1622 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
1625 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
1628 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
1642 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
1657 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
1662 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
1674 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
1676 case comments::ParamCommandComment::In: in visitParamCommandComment()
1679 case comments::ParamCommandComment::Out: in visitParamCommandComment()
1682 case comments::ParamCommandComment::InOut: in visitParamCommandComment()
1697 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
1712 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
1718 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
1719 const comments::FullComment *) { in visitVerbatimBlockLineComment()
1724 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()