Searched refs:BlockContentComment (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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>;
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Comment.h | 522 class BlockContentComment : public Comment { 524 BlockContentComment(CommentKind K, in BlockContentComment() function 538 class ParagraphComment : public BlockContentComment { 543 BlockContentComment(ParagraphCommentKind, in ParagraphComment() 588 class BlockCommandComment : public BlockContentComment { 601 BlockContentComment(K, LocBegin, LocEnd), in BlockCommandComment() 613 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd), in BlockCommandComment() 1078 ArrayRef<BlockContentComment *> Blocks; 1082 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() 1115 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks()
|
| H A D | CommentParser.h | 109 BlockContentComment *parseParagraphOrBlockCommand(); 113 BlockContentComment *parseBlockContent();
|
| H A D | CommentSema.h | 176 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | CommentParser.cpp | 381 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand() 543 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand() 716 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() 752 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
|
| H A D | CommentSema.cpp | 519 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 87 const BlockContentComment *Brief; 88 const BlockContentComment *Headerfile; 94 SmallVector<const BlockContentComment *, 8> MiscBlocks;
|