Lines Matching refs:comments

54                                const comments::CommandTraits *Traits)  in TextNodeDumper()
58 void TextNodeDumper::Visit(const comments::Comment *C, in Visit()
59 const comments::FullComment *FC) { in Visit()
74 const comments::FullComment *>::visit(C, FC); in Visit()
439 const comments::CommandInfo *Info = in getCommandName()
440 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
446 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
447 const comments::FullComment *) { in visitTextComment()
452 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
455 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
458 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
461 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
464 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
474 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
479 const comments::HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in visitHTMLStartTagComment()
488 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
493 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
500 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
502 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
521 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
541 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
549 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
550 const comments::FullComment *) { in visitVerbatimBlockLineComment()
555 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()