Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h59 const BlockCommandComment *BriefCommand;
62 const BlockCommandComment *HeaderfileCommand;
90 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin,
95 void actOnBlockCommandArgs(BlockCommandComment *Command,
96 ArrayRef<BlockCommandComment::Argument> Args);
98 void actOnBlockCommandFinish(BlockCommandComment *Command,
185 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command);
187 void checkReturnsCommand(const BlockCommandComment *Command);
191 void checkBlockCommandDuplicate(const BlockCommandComment *Command);
193 void checkDeprecatedCommand(const BlockCommandComment *Comment);
[all …]
H A DComment.h139 friend class BlockCommandComment; variable
597 class BlockCommandComment : public BlockContentComment {
614 BlockCommandComment(CommentKind K, in BlockCommandComment() function
627 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment() function
712 class ParamCommandComment : public BlockCommandComment {
727 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd, in ParamCommandComment()
800 class TParamCommandComment : public BlockCommandComment {
892 class VerbatimBlockComment : public BlockCommandComment {
902 BlockCommandComment(VerbatimBlockCommentKind, in VerbatimBlockComment()
944 class VerbatimLineComment : public BlockCommandComment {
[all …]
H A DCommentParser.h101 void parseBlockCommandArgs(BlockCommandComment *BC,
105 BlockCommandComment *parseBlockCommand();
H A DTextNodeDumper.h195 void visitBlockCommandComment(const comments::BlockCommandComment *C,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td18 def BlockCommandComment : DComment<BlockContentComment>;
19 def ParamCommandComment : DComment<BlockCommandComment>;
20 def TParamCommandComment : DComment<BlockCommandComment>;
21 def VerbatimBlockComment : DComment<BlockCommandComment>;
22 def VerbatimLineComment : DComment<BlockCommandComment>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp50 BlockCommandComment *Sema::actOnBlockCommandStart( in actOnBlockCommandStart()
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd, in actOnBlockCommandStart()
62 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, in actOnBlockCommandArgs()
67 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish()
98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine()
168 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
268 typedef BlockCommandComment::Argument Argument; in actOnParamCommandParamNameArg()
306 typedef BlockCommandComment::Argument Argument; in actOnTParamCommandParamNameArg()
581 void Sema::checkReturnsCommand(const BlockCommandComment *Command) { in checkReturnsCommand()
627 const BlockCommandComment *PrevCommand = nullptr; in checkBlockCommandDuplicate()
[all …]
H A DCommentParser.cpp293 void Parser::parseBlockCommandArgs(BlockCommandComment *BC, in parseBlockCommandArgs()
296 typedef BlockCommandComment::Argument Argument; in parseBlockCommandArgs()
311 BlockCommandComment *Parser::parseBlockCommand() { in parseBlockCommand()
316 BlockCommandComment *BC = nullptr; in parseBlockCommand()
H A DTextNodeDumper.cpp493 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp89 SmallVector<const BlockCommandComment *, 4> Returns;
92 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions;
120 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts()
167 MiscBlocks.push_back(cast<BlockCommandComment>(Child)); in FullCommentParts()
237 void visitBlockCommandComment(const BlockCommandComment *C);
331 const BlockCommandComment *C) { in visitBlockCommandComment()
548 void visitBlockCommandComment(const BlockCommandComment *C);
700 const BlockCommandComment *C) { in visitBlockCommandComment()