Lines Matching refs:Comment
99 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in FullCommentParts()
101 const Comment *Child = *I; in FullCommentParts()
105 case Comment::NoCommentKind: in FullCommentParts()
108 case Comment::ParagraphCommentKind: { in FullCommentParts()
119 case Comment::BlockCommandCommentKind: { in FullCommentParts()
142 case Comment::ParamCommandCommentKind: { in FullCommentParts()
154 case Comment::TParamCommandCommentKind: { in FullCommentParts()
166 case Comment::VerbatimBlockCommentKind: in FullCommentParts()
170 case Comment::VerbatimLineCommentKind: { in FullCommentParts()
178 case Comment::TextCommentKind: in FullCommentParts()
179 case Comment::InlineCommandCommentKind: in FullCommentParts()
180 case Comment::HTMLStartTagCommentKind: in FullCommentParts()
181 case Comment::HTMLEndTagCommentKind: in FullCommentParts()
182 case Comment::VerbatimBlockLineCommentKind: in FullCommentParts()
183 case Comment::FullCommentKind: in FullCommentParts()
323 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in visitParagraphComment()
456 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()
490 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in visitNonStandaloneParagraphComment()
692 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in appendParagraphCommentWithKind()
1056 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()