Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCommentNodes.td16 def BlockContentComment : CommentNode<Comment, 1>;
17 def ParagraphComment : CommentNode<BlockContentComment>;
18 def BlockCommandComment : CommentNode<BlockContentComment>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h522 class BlockContentComment : public Comment {
524 BlockContentComment(CommentKind K, in BlockContentComment() function
538 class ParagraphComment : public BlockContentComment {
543 BlockContentComment(ParagraphCommentKind, in ParagraphComment()
588 class BlockCommandComment : public BlockContentComment {
601 BlockContentComment(K, LocBegin, LocEnd), in BlockCommandComment()
613 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd), in BlockCommandComment()
1078 ArrayRef<BlockContentComment *> Blocks;
1082 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment()
1115 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks()
H A DCommentParser.h109 BlockContentComment *parseParagraphOrBlockCommand();
113 BlockContentComment *parseBlockContent();
H A DCommentSema.h176 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp381 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand()
543 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand()
716 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent()
752 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
H A DCommentSema.cpp519 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp87 const BlockContentComment *Brief;
88 const BlockContentComment *Headerfile;
94 SmallVector<const BlockContentComment *, 8> MiscBlocks;