Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td16 def BlockContentComment : CommentNode<Comment, 1>;
17 def ParagraphComment : CommentNode<BlockContentComment>;
18 def BlockCommandComment : CommentNode<BlockContentComment>;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h530 class BlockContentComment : public Comment {
532 BlockContentComment(CommentKind K, in BlockContentComment() function
546 class ParagraphComment : public BlockContentComment {
551 BlockContentComment(ParagraphCommentKind, in ParagraphComment()
596 class BlockCommandComment : public BlockContentComment {
618 BlockContentComment(K, LocBegin, LocEnd), in BlockCommandComment()
630 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd), in BlockCommandComment()
1092 ArrayRef<BlockContentComment *> Blocks;
1096 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment()
1129 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks()
H A DCommentParser.h110 BlockContentComment *parseParagraphOrBlockCommand();
114 BlockContentComment *parseBlockContent();
H A DCommentSema.h182 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp384 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand()
558 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand()
732 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent()
768 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
H A DCommentSema.cpp547 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp87 const BlockContentComment *Brief;
88 const BlockContentComment *Headerfile;
94 SmallVector<const BlockContentComment *, 8> MiscBlocks;