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()
749 const comments::CommandInfo *Info = in getCommandName()
750 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
763 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
764 const comments::FullComment *) { in visitTextComment()
769 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
772 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
775 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
778 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
781 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
784 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
794 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
799 const comments::HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in visitHTMLStartTagComment()
808 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
813 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
820 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
822 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
841 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
861 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
869 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
870 const comments::FullComment *) { in visitVerbatimBlockLineComment()
875 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()