Lines Matching refs:Comment
100 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in FullCommentParts()
102 const Comment *Child = *I; in FullCommentParts()
106 case Comment::NoCommentKind: in FullCommentParts()
109 case Comment::ParagraphCommentKind: { in FullCommentParts()
120 case Comment::BlockCommandCommentKind: { in FullCommentParts()
143 case Comment::ParamCommandCommentKind: { in FullCommentParts()
155 case Comment::TParamCommandCommentKind: { in FullCommentParts()
167 case Comment::VerbatimBlockCommentKind: in FullCommentParts()
171 case Comment::VerbatimLineCommentKind: { in FullCommentParts()
179 case Comment::TextCommentKind: in FullCommentParts()
180 case Comment::InlineCommandCommentKind: in FullCommentParts()
181 case Comment::HTMLStartTagCommentKind: in FullCommentParts()
182 case Comment::HTMLEndTagCommentKind: in FullCommentParts()
183 case Comment::VerbatimBlockLineCommentKind: in FullCommentParts()
184 case Comment::FullCommentKind: in FullCommentParts()
324 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in visitParagraphComment()
457 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()
491 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in visitNonStandaloneParagraphComment()
702 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in appendParagraphCommentWithKind()
1065 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()