Home
last modified time | relevance | path

Searched refs:BlockContentComment (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
DCommentNodes.td16 def BlockContentComment : Comment<1>;
17 def ParagraphComment : DComment<BlockContentComment>;
18 def BlockCommandComment : DComment<BlockContentComment>;
/external/clang/include/clang/AST/
DComment.h536 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()
DCommentParser.h111 BlockContentComment *parseParagraphOrBlockCommand();
115 BlockContentComment *parseBlockContent();
DCommentSema.h183 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
/external/clang/lib/AST/
DCommentParser.cpp385 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand()
553 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand()
728 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent()
764 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
DCommentSema.cpp545 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
/external/clang/lib/Index/
DCommentToXML.cpp87 const BlockContentComment *Brief;
88 const BlockContentComment *Headerfile;
94 SmallVector<const BlockContentComment *, 8> MiscBlocks;