Searched defs:BlockContentComment (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h534 class BlockContentComment : public Comment { class in namespace:clang::comments
536 BlockContentComment(CommentKind K, function in class:clang::comments::BlockContentComment
550 class ParagraphComment : public BlockContentComment {
555 BlockContentComment(ParagraphCommentKind,
600 class BlockCommandComment : public BlockContentComment {
622 BlockContentComment(K, LocBegin, LocEnd),
634 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd),
1096 ArrayRef<BlockContentComment *> Blocks;
1100 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
1133 ArrayRef<BlockContentComment *> getBlock
[all...]

Completed in 244 milliseconds