Lines Matching refs:comments

69 void TextNodeDumper::Visit(const comments::Comment *C,  in Visit()
70 const comments::FullComment *FC) { in Visit()
85 const comments::FullComment *>::visit(C, FC); in Visit()
706 const comments::CommandInfo *Info = in getCommandName()
707 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
720 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
721 const comments::FullComment *) { in visitTextComment()
726 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
729 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
732 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
735 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
738 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
741 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
751 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
756 const comments::HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in visitHTMLStartTagComment()
765 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
770 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
777 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
779 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
798 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
818 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
826 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
827 const comments::FullComment *) { in visitVerbatimBlockLineComment()
832 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()