Searched refs:BlockCommandComment (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/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, 179 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command); 181 void checkReturnsCommand(const BlockCommandComment *Command); 185 void checkBlockCommandDuplicate(const BlockCommandComment *Command); 187 void checkDeprecatedCommand(const BlockCommandComment *Comment); [all …]
|
H A D | Comment.h | 139 friend class BlockCommandComment; variable 588 class BlockCommandComment : public BlockContentComment { 596 BlockCommandComment(CommentKind K, in BlockCommandComment() function 609 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment() function 694 class ParamCommandComment : public BlockCommandComment { 709 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd, in ParamCommandComment() 782 class TParamCommandComment : public BlockCommandComment { 803 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID, in TParamCommandComment() 874 class VerbatimBlockComment : public BlockCommandComment { 884 BlockCommandComment(VerbatimBlockCommentKind, in VerbatimBlockComment() [all …]
|
H A D | CommentParser.h | 103 BlockCommandComment *parseBlockCommand();
|
H A D | TextNodeDumper.h | 216 void visitBlockCommandComment(const comments::BlockCommandComment *C,
|
H A D | JSONNodeDumper.h | 346 void visitBlockCommandComment(const comments::BlockCommandComment *C,
|
/openbsd-src/gnu/llvm/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>;
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXComment.cpp | 227 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getCommandName() 236 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getNumArgs() 245 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getArgText() 253 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getParagraph()
|
/openbsd-src/gnu/llvm/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() 63 ArrayRef<BlockCommandComment::Argument> Args) { in actOnBlockCommandArgs() 67 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish() 98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine() 131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine() 170 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl() 537 void Sema::checkBlockCommandEmptyParagraph(BlockCommandComment *Command) { in checkBlockCommandEmptyParagraph() 555 void Sema::checkReturnsCommand(const BlockCommandComment *Command) { in checkReturnsCommand() [all …]
|
H A D | CommentParser.cpp | 307 BlockCommandComment *Parser::parseBlockCommand() { in parseBlockCommand() 312 BlockCommandComment *BC = nullptr; in parseBlockCommand()
|
H A D | JSONNodeDumper.cpp | 1662 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
|
H A D | TextNodeDumper.cpp | 813 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
|
/openbsd-src/gnu/llvm/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()
|