Lines Matching refs:comments
72 void TextNodeDumper::Visit(const comments::Comment *C, in Visit()
73 const comments::FullComment *FC) { in Visit()
88 const comments::FullComment *>::visit(C, FC); in Visit()
979 const comments::CommandInfo *Info = in getCommandName()
980 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
993 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
994 const comments::FullComment *) { in visitTextComment()
999 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1002 case comments::InlineCommandRenderKind::Normal: in visitInlineCommandComment()
1005 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
1008 case comments::InlineCommandRenderKind::Monospaced: in visitInlineCommandComment()
1011 case comments::InlineCommandRenderKind::Emphasized: in visitInlineCommandComment()
1014 case comments::InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
1024 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
1029 const comments::HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in visitHTMLStartTagComment()
1038 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
1043 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
1050 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
1052 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
1071 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
1091 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
1099 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
1100 const comments::FullComment *) { in visitVerbatimBlockLineComment()
1105 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()