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.h515 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()
DCommentParser.h117 BlockContentComment *parseParagraphOrBlockCommand();
121 BlockContentComment *parseBlockContent();
DCommentSema.h190 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
/external/clang/lib/AST/
DCommentParser.cpp381 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand()
549 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand()
712 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent()
748 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
DCommentSema.cpp543 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
/external/clang/tools/libclang/
DCXComment.cpp412 const BlockContentComment *Brief;
413 const BlockContentComment *Headerfile;
418 SmallVector<const BlockContentComment *, 8> MiscBlocks;