Searched refs:BlockCommandComment (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CommentSema.h | 59 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 D | Comment.h | 139 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 D | CommentParser.h | 101 void parseBlockCommandArgs(BlockCommandComment *BC, 105 BlockCommandComment *parseBlockCommand();
|
| H A D | TextNodeDumper.h | 195 void visitBlockCommandComment(const comments::BlockCommandComment *C,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 18 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 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() 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 D | CommentParser.cpp | 293 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 D | TextNodeDumper.cpp | 493 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 89 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()
|