Searched refs:BlockContentComment (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 16 def BlockContentComment : Comment<1>; 17 def ParagraphComment : DComment<BlockContentComment>; 18 def BlockCommandComment : DComment<BlockContentComment>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Comment.h | 531 class BlockContentComment : public Comment { 533 BlockContentComment(CommentKind K, in BlockContentComment() function 547 class ParagraphComment : public BlockContentComment { 552 BlockContentComment(ParagraphCommentKind, in ParagraphComment() 597 class BlockCommandComment : public BlockContentComment { 619 BlockContentComment(K, LocBegin, LocEnd), in BlockCommandComment() 631 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd), in BlockCommandComment() 1093 ArrayRef<BlockContentComment *> Blocks; 1097 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() 1130 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks()
|
| H A D | CommentParser.h | 111 BlockContentComment *parseParagraphOrBlockCommand(); 115 BlockContentComment *parseBlockContent();
|
| H A D | CommentSema.h | 183 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentParser.cpp | 385 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand() 553 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand() 727 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() 763 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
|
| H A D | CommentSema.cpp | 545 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 86 const BlockContentComment *Brief; 87 const BlockContentComment *Headerfile; 93 SmallVector<const BlockContentComment *, 8> MiscBlocks;
|