Lines Matching refs:CommentKind
106 case CommentKind::None: in FullCommentParts()
109 case CommentKind::ParagraphComment: { in FullCommentParts()
120 case CommentKind::BlockCommandComment: { in FullCommentParts()
143 case CommentKind::ParamCommandComment: { in FullCommentParts()
155 case CommentKind::TParamCommandComment: { in FullCommentParts()
167 case CommentKind::VerbatimBlockComment: in FullCommentParts()
171 case CommentKind::VerbatimLineComment: { in FullCommentParts()
179 case CommentKind::TextComment: in FullCommentParts()
180 case CommentKind::InlineCommandComment: in FullCommentParts()
181 case CommentKind::HTMLStartTagComment: in FullCommentParts()
182 case CommentKind::HTMLEndTagComment: in FullCommentParts()
183 case CommentKind::VerbatimBlockLineComment: in FullCommentParts()
184 case CommentKind::FullComment: in FullCommentParts()