Lines Matching refs:comments
130 void JSONNodeDumper::Visit(const comments::Comment *C, in Visit()
131 const comments::FullComment *FC) { in Visit()
1508 if (const comments::CommandInfo *Info = in getCommentCommandName()
1509 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
1514 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
1515 const comments::FullComment *) { in visitTextComment()
1520 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1524 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
1527 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
1530 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
1533 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
1536 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
1550 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
1565 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
1570 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
1582 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
1584 case comments::ParamCommandComment::In: in visitParamCommandComment()
1587 case comments::ParamCommandComment::Out: in visitParamCommandComment()
1590 case comments::ParamCommandComment::InOut: in visitParamCommandComment()
1605 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
1620 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
1626 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
1627 const comments::FullComment *) { in visitVerbatimBlockLineComment()
1632 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()