Searched refs:BlockCommandComment (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentSema.h | 58 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 …]
|
| H A D | Comment.h | 139 friend class BlockCommandComment; variable 596 class BlockCommandComment : public BlockContentComment { 613 BlockCommandComment(CommentKind K, in BlockCommandComment() function 626 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment() function 711 class ParamCommandComment : public BlockCommandComment { 726 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd, in ParamCommandComment() 799 class TParamCommandComment : public BlockCommandComment { 891 class VerbatimBlockComment : public BlockCommandComment { 901 BlockCommandComment(VerbatimBlockCommentKind, in VerbatimBlockComment() 943 class VerbatimLineComment : public BlockCommandComment { [all …]
|
| H A D | CommentParser.h | 100 void parseBlockCommandArgs(BlockCommandComment *BC, 104 BlockCommandComment *parseBlockCommand();
|
| H A D | TextNodeDumper.h | 216 void visitBlockCommandComment(const comments::BlockCommandComment *C,
|
| H A D | JSONNodeDumper.h | 340 void visitBlockCommandComment(const comments::BlockCommandComment *C,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 18 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-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentSema.cpp | 50 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() 170 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl() 270 typedef BlockCommandComment::Argument Argument; in actOnParamCommandParamNameArg() 308 typedef BlockCommandComment::Argument Argument; in actOnTParamCommandParamNameArg() 565 void Sema::checkBlockCommandEmptyParagraph(BlockCommandComment *Command) { in checkBlockCommandEmptyParagraph() 583 void Sema::checkReturnsCommand(const BlockCommandComment *Command) { in checkReturnsCommand() 631 const BlockCommandComment *PrevCommand = nullptr; in checkBlockCommandDuplicate() [all …]
|
| H A D | CommentParser.cpp | 292 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()
|
| H A D | JSONNodeDumper.cpp | 1621 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
|
| H A D | TextNodeDumper.cpp | 811 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 90 SmallVector<const BlockCommandComment *, 4> Returns; 93 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; 121 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts() 168 MiscBlocks.push_back(cast<BlockCommandComment>(Child)); in FullCommentParts() 235 void visitBlockCommandComment(const BlockCommandComment *C); 333 const BlockCommandComment *C) { in visitBlockCommandComment() 550 void visitBlockCommandComment(const BlockCommandComment *C); 706 const BlockCommandComment *C) { in visitBlockCommandComment()
|