Searched refs:BlockContentComment (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | CommentNodes.td | 16 def BlockContentComment : CommentNode<Comment, 1>; 17 def ParagraphComment : CommentNode<BlockContentComment>; 18 def BlockCommandComment : CommentNode<BlockContentComment>;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Comment.h | 530 class BlockContentComment : public Comment { 532 BlockContentComment(CommentKind K, in BlockContentComment() function 546 class ParagraphComment : public BlockContentComment { 551 BlockContentComment(ParagraphCommentKind, in ParagraphComment() 596 class BlockCommandComment : public BlockContentComment { 618 BlockContentComment(K, LocBegin, LocEnd), in BlockCommandComment() 630 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd), in BlockCommandComment() 1092 ArrayRef<BlockContentComment *> Blocks; 1096 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() 1129 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks()
|
H A D | CommentParser.h | 110 BlockContentComment *parseParagraphOrBlockCommand(); 114 BlockContentComment *parseBlockContent();
|
H A D | CommentSema.h | 182 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentParser.cpp | 384 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand() 558 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand() 732 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() 768 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
|
H A D | CommentSema.cpp | 547 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | CommentToXML.cpp | 87 const BlockContentComment *Brief; 88 const BlockContentComment *Headerfile; 94 SmallVector<const BlockContentComment *, 8> MiscBlocks;
|