Lines Matching refs:comments

134 void JSONNodeDumper::Visit(const comments::Comment *C,  in Visit()
135 const comments::FullComment *FC) { in Visit()
1673 if (const comments::CommandInfo *Info = in getCommentCommandName()
1674 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
1679 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
1680 const comments::FullComment *) { in visitTextComment()
1685 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1689 case comments::InlineCommandRenderKind::Normal: in visitInlineCommandComment()
1692 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
1695 case comments::InlineCommandRenderKind::Emphasized: in visitInlineCommandComment()
1698 case comments::InlineCommandRenderKind::Monospaced: in visitInlineCommandComment()
1701 case comments::InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
1715 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
1730 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
1735 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
1747 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
1749 case comments::ParamCommandPassDirection::In: in visitParamCommandComment()
1752 case comments::ParamCommandPassDirection::Out: in visitParamCommandComment()
1755 case comments::ParamCommandPassDirection::InOut: in visitParamCommandComment()
1770 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
1785 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
1791 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
1792 const comments::FullComment *) { in visitVerbatimBlockLineComment()
1797 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()