Lines Matching +defs:i +defs:C
97 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts()
200 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment()
205 for (unsigned i = 0, e = C->getNumAttrs(); i != e; i++) { in printHTMLStartTagComment() local
264 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
269 const InlineCommandComment *C) { in visitInlineCommandComment()
281 for (unsigned i = 0, e = C->getNumArgs(); i != e; ++i) { in visitInlineCommandComment() local
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()
421 for (unsigned i = 0; i != NumLines; ++i) { in visitVerbatimBlockComment() local
430 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
435 const VerbatimLineComment *C) { in visitVerbatimLineComment()
441 void CommentASTToHTMLConverter::visitFullComment(const FullComment *C) { in visitFullComment()
456 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) { in visitFullComment() local
457 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment() local
465 for (unsigned i = 0, e = Parts.TParams.size(); i != e; ++i) in visitFullComment() local
472 for (unsigned i = 0, e = Parts.Params.size(); i != e; ++i) in visitFullComment() local
479 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++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()
635 for (unsigned i = 0, e = C->getNumArgs(); i != e; ++i) { in visitInlineCommandComment() local
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()
802 for (unsigned i = 0; i != NumLines; ++i) { in visitVerbatimBlockComment() local
811 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
816 const VerbatimLineComment *C) { in visitVerbatimLineComment()
822 void CommentASTToXMLConverter::visitFullComment(const FullComment *C) { in visitFullComment()
970 for (unsigned i = 0, e = Parts.TParams.size(); i != e; ++i) in visitFullComment() local
977 for (unsigned i = 0, e = Parts.Params.size(); i != e; ++i) in visitFullComment() local
984 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i) in visitFullComment() local
991 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i) in visitFullComment() local
998 for (unsigned i = 0, e = Attrs.size(); i != e; i++) { in visitFullComment() local
1064 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) { in visitFullComment() local
1065 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment() local
1083 const char C = *I; in appendToResultWithXMLEscaping() local