Lines Matching refs:comments

70 void TextNodeDumper::Visit(const comments::Comment *C,  in Visit()
71 const comments::FullComment *FC) { in Visit()
86 const comments::FullComment *>::visit(C, FC); in Visit()
747 const comments::CommandInfo *Info = in getCommandName()
748 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
761 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
762 const comments::FullComment *) { in visitTextComment()
767 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
770 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
773 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
776 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
779 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
782 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
792 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
797 const comments::HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in visitHTMLStartTagComment()
806 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
811 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
818 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
820 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
839 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
859 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
867 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
868 const comments::FullComment *) { in visitVerbatimBlockLineComment()
873 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()