Home
last modified time | relevance | path

Searched refs:BlockCommandComment (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentSema.h58 const BlockCommandComment *BriefCommand;
61 const BlockCommandComment *HeaderfileCommand;
89 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin,
94 void actOnBlockCommandArgs(BlockCommandComment *Command,
95 ArrayRef<BlockCommandComment::Argument> Args);
97 void actOnBlockCommandFinish(BlockCommandComment *Command,
184 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command);
186 void checkReturnsCommand(const BlockCommandComment *Command);
190 void checkBlockCommandDuplicate(const BlockCommandComment *Command);
192 void checkDeprecatedCommand(const BlockCommandComment *Comment);
[all …]
HDComment.h139 friend class BlockCommandComment; variable
598 class BlockCommandComment : public BlockContentComment {
615 BlockCommandComment(CommentKind K, in BlockCommandComment() function
628 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment() function
713 class ParamCommandComment : public BlockCommandComment {
728 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd, in ParamCommandComment()
801 class TParamCommandComment : public BlockCommandComment {
822 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID, in TParamCommandComment()
893 class VerbatimBlockComment : public BlockCommandComment {
903 BlockCommandComment(VerbatimBlockCommentKind, in VerbatimBlockComment()
[all …]
HDCommentParser.h100 void parseBlockCommandArgs(BlockCommandComment *BC,
104 BlockCommandComment *parseBlockCommand();
HDTextNodeDumper.h198 void visitBlockCommandComment(const comments::BlockCommandComment *C,
HDJSONNodeDumper.h331 void visitBlockCommandComment(const comments::BlockCommandComment *C,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCommentNodes.td18 def BlockCommandComment : CommentNode<BlockContentComment>;
19 def ParamCommandComment : CommentNode<BlockCommandComment>;
20 def TParamCommandComment : CommentNode<BlockCommandComment>;
21 def VerbatimBlockComment : CommentNode<BlockCommandComment>;
22 def VerbatimLineComment : CommentNode<BlockCommandComment>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDCommentSema.cpp49 BlockCommandComment *Sema::actOnBlockCommandStart( in actOnBlockCommandStart()
54 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd, in actOnBlockCommandStart()
61 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, in actOnBlockCommandArgs()
62 ArrayRef<BlockCommandComment::Argument> Args) { in actOnBlockCommandArgs()
66 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish()
97 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine()
130 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine()
167 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
267 typedef BlockCommandComment::Argument Argument; in actOnParamCommandParamNameArg()
305 typedef BlockCommandComment::Argument Argument; in actOnTParamCommandParamNameArg()
[all …]
HDCommentParser.cpp292 void Parser::parseBlockCommandArgs(BlockCommandComment *BC, in parseBlockCommandArgs()
295 typedef BlockCommandComment::Argument Argument; in parseBlockCommandArgs()
310 BlockCommandComment *Parser::parseBlockCommand() { in parseBlockCommand()
315 BlockCommandComment *BC = nullptr; in parseBlockCommand()
HDTextNodeDumper.cpp521 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
HDJSONNodeDumper.cpp1555 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp88 SmallVector<const BlockCommandComment *, 4> Returns;
91 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions;
119 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts()
166 MiscBlocks.push_back(cast<BlockCommandComment>(Child)); in FullCommentParts()
233 void visitBlockCommandComment(const BlockCommandComment *C);
331 const BlockCommandComment *C) { in visitBlockCommandComment()
548 void visitBlockCommandComment(const BlockCommandComment *C);
704 const BlockCommandComment *C) { in visitBlockCommandComment()