Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td16 def BlockContentComment : Comment<1>;
17 def ParagraphComment : DComment<BlockContentComment>;
18 def BlockCommandComment : DComment<BlockContentComment>;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h531 class BlockContentComment : public Comment {
533 BlockContentComment(CommentKind K, in BlockContentComment() function
547 class ParagraphComment : public BlockContentComment {
552 BlockContentComment(ParagraphCommentKind, in ParagraphComment()
597 class BlockCommandComment : public BlockContentComment {
619 BlockContentComment(K, LocBegin, LocEnd), in BlockCommandComment()
631 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd), in BlockCommandComment()
1093 ArrayRef<BlockContentComment *> Blocks;
1097 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment()
1130 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks()
H A DCommentParser.h111 BlockContentComment *parseParagraphOrBlockCommand();
115 BlockContentComment *parseBlockContent();
H A DCommentSema.h183 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp385 BlockContentComment *Block = parseParagraphOrBlockCommand(); in parseBlockCommand()
553 BlockContentComment *Parser::parseParagraphOrBlockCommand() { in parseParagraphOrBlockCommand()
727 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent()
763 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment()
H A DCommentSema.cpp545 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp86 const BlockContentComment *Brief;
87 const BlockContentComment *Headerfile;
93 SmallVector<const BlockContentComment *, 8> MiscBlocks;