Lines Matching refs:CommentKind
107 case CommentKind::None: in FullCommentParts()
110 case CommentKind::ParagraphComment: { in FullCommentParts()
121 case CommentKind::BlockCommandComment: { in FullCommentParts()
144 case CommentKind::ParamCommandComment: { in FullCommentParts()
156 case CommentKind::TParamCommandComment: { in FullCommentParts()
168 case CommentKind::VerbatimBlockComment: in FullCommentParts()
172 case CommentKind::VerbatimLineComment: { in FullCommentParts()
180 case CommentKind::TextComment: in FullCommentParts()
181 case CommentKind::InlineCommandComment: in FullCommentParts()
182 case CommentKind::HTMLStartTagComment: in FullCommentParts()
183 case CommentKind::HTMLEndTagComment: in FullCommentParts()
184 case CommentKind::VerbatimBlockLineComment: in FullCommentParts()
185 case CommentKind::FullComment: in FullCommentParts()