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 | 536 class BlockContentComment : public Comment { 538 BlockContentComment(CommentKind K, in BlockContentComment() function 552 class ParagraphComment : public BlockContentComment { 557 BlockContentComment(ParagraphCommentKind, in ParagraphComment() 602 class BlockCommandComment : public BlockContentComment { 624 BlockContentComment(K, LocBegin, LocEnd), in BlockCommandComment() 636 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd), in BlockCommandComment() 1098 ArrayRef<BlockContentComment *> Blocks; 1102 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() 1135 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks()
|
D | CommentParser.h | 115 BlockContentComment *parseParagraphOrBlockCommand(); 119 BlockContentComment *parseBlockContent();
|
D | CommentSema.h | 187 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
|
/external/clang/lib/AST/ |
D | CommentParser.cpp | 385 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand() 553 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand() 728 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() 764 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
|
D | CommentSema.cpp | 547 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 87 const BlockContentComment *Brief; 88 const BlockContentComment *Headerfile; 94 SmallVector<const BlockContentComment *, 8> MiscBlocks;
|