Searched refs:BlockContentComment (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Basic/ |
D | CommentNodes.td | 16 def BlockContentComment : Comment<1>; 17 def ParagraphComment : DComment<BlockContentComment>; 18 def BlockCommandComment : DComment<BlockContentComment>;
|
/external/clang/include/clang/AST/ |
D | Comment.h | 515 class BlockContentComment : public Comment { 517 BlockContentComment(CommentKind K, in BlockContentComment() function 531 class ParagraphComment : public BlockContentComment { 536 BlockContentComment(ParagraphCommentKind, in ParagraphComment() 581 class BlockCommandComment : public BlockContentComment { 603 BlockContentComment(K, LocBegin, LocEnd), in BlockCommandComment() 615 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd), in BlockCommandComment() 1063 ArrayRef<BlockContentComment *> Blocks; 1067 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() 1104 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks()
|
D | CommentParser.h | 117 BlockContentComment *parseParagraphOrBlockCommand(); 121 BlockContentComment *parseBlockContent();
|
D | CommentSema.h | 190 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
|
/external/clang/lib/AST/ |
D | CommentParser.cpp | 381 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand() 549 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand() 712 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() 748 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
|
D | CommentSema.cpp | 543 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 412 const BlockContentComment *Brief; 413 const BlockContentComment *Headerfile; 418 SmallVector<const BlockContentComment *, 8> MiscBlocks;
|