Lines Matching refs:comments

71 void TextNodeDumper::Visit(const comments::Comment *C,  in Visit()
72 const comments::FullComment *FC) { in Visit()
87 const comments::FullComment *>::visit(C, FC); in Visit()
842 const comments::CommandInfo *Info = in getCommandName()
843 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
856 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
857 const comments::FullComment *) { in visitTextComment()
862 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
865 case comments::InlineCommandRenderKind::Normal: in visitInlineCommandComment()
868 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
871 case comments::InlineCommandRenderKind::Monospaced: in visitInlineCommandComment()
874 case comments::InlineCommandRenderKind::Emphasized: in visitInlineCommandComment()
877 case comments::InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
887 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
892 const comments::HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in visitHTMLStartTagComment()
901 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
906 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
913 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
915 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
934 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
954 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
962 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
963 const comments::FullComment *) { in visitVerbatimBlockLineComment()
968 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()