Lines Matching defs:C
97 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts()
200 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment()
264 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
269 const InlineCommandComment *C) { in visitInlineCommandComment()
309 const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
314 const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
319 const ParagraphComment *C) { in visitParagraphComment()
332 const BlockCommandComment *C) { in visitBlockCommandComment()
352 const ParamCommandComment *C) { in visitParamCommandComment()
384 const TParamCommandComment *C) { in visitTParamCommandComment()
415 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
430 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
435 const VerbatimLineComment *C) { in visitVerbatimLineComment()
441 void CommentASTToHTMLConverter::visitFullComment(const FullComment *C) { in visitFullComment()
457 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment() local
487 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()
499 const char C = *I; in appendToResultWithHTMLEscaping() local
618 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
623 const InlineCommandComment *C) { in visitInlineCommandComment()
662 const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
679 CommentASTToXMLConverter::visitHTMLEndTagComment(const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
687 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()
692 const ParagraphComment *C, in appendParagraphCommentWithKind()
710 const BlockCommandComment *C) { in visitBlockCommandComment()
741 const ParamCommandComment *C) { in visitParamCommandComment()
773 const TParamCommandComment *C) { in visitTParamCommandComment()
789 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
811 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
816 const VerbatimLineComment *C) { in visitVerbatimLineComment()
822 void CommentASTToXMLConverter::visitFullComment(const FullComment *C) { in visitFullComment()
1065 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment() local
1083 const char C = *I; in appendToResultWithXMLEscaping() local