Home | History | Annotate | Download | only in Index

Lines Matching refs:Comment

12 #include "clang/AST/Comment.h"
83 /// Take a full comment apart and initialize members accordingly.
100 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
102 const Comment *Child = *I;
106 case Comment::NoCommentKind:
109 case Comment::ParagraphCommentKind: {
120 case Comment::BlockCommandCommentKind: {
143 case Comment::ParamCommandCommentKind: {
155 case Comment::TParamCommandCommentKind: {
167 case Comment::VerbatimBlockCommentKind:
171 case Comment::VerbatimLineCommentKind: {
179 case Comment::TextCommentKind:
180 case Comment::InlineCommandCommentKind:
181 case Comment::HTMLStartTagCommentKind:
182 case Comment::HTMLEndTagCommentKind:
183 case Comment::VerbatimBlockLineCommentKind:
184 case Comment::FullCommentKind:
192 // they were seen in the comment.
325 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
458 const Comment *C = Parts.MiscBlocks[i];
492 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
698 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
1062 const Comment *C = Parts.MiscBlocks[i];