Lines Matching defs:C

98 FullCommentParts::FullCommentParts(const FullComment *C,  in FullCommentParts()
198 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment()
262 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
267 const InlineCommandComment *C) { in visitInlineCommandComment()
311 const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
316 const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
321 const ParagraphComment *C) { in visitParagraphComment()
334 const BlockCommandComment *C) { in visitBlockCommandComment()
354 const ParamCommandComment *C) { in visitParamCommandComment()
386 const TParamCommandComment *C) { in visitTParamCommandComment()
417 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
432 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
437 const VerbatimLineComment *C) { in visitVerbatimLineComment()
443 void CommentASTToHTMLConverter::visitFullComment(const FullComment *C) { in visitFullComment()
459 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment() local
489 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()
501 const char C = *I; in appendToResultWithHTMLEscaping() local
612 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
617 const InlineCommandComment *C) { in visitInlineCommandComment()
660 const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
677 CommentASTToXMLConverter::visitHTMLEndTagComment(const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
685 const ParagraphComment *C) { in visitParagraphComment()
690 const ParagraphComment *C, StringRef ParagraphKind, in appendParagraphCommentWithKind()
711 const BlockCommandComment *C) { in visitBlockCommandComment()
751 const ParamCommandComment *C) { in visitParamCommandComment()
783 const TParamCommandComment *C) { in visitTParamCommandComment()
799 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
821 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
826 const VerbatimLineComment *C) { in visitVerbatimLineComment()
832 void CommentASTToXMLConverter::visitFullComment(const FullComment *C) { in visitFullComment()
1080 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment() local
1098 const char C = *I; in appendToResultWithXMLEscaping() local