Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.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,
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 DComment.h139 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 DCommentParser.h103 BlockCommandComment *parseBlockCommand();
H A DTextNodeDumper.h216 void visitBlockCommandComment(const comments::BlockCommandComment *C,
H A DJSONNodeDumper.h346 void visitBlockCommandComment(const comments::BlockCommandComment *C,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCommentNodes.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>;
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp227 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 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()
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 DCommentParser.cpp307 BlockCommandComment *Parser::parseBlockCommand() { in parseBlockCommand()
312 BlockCommandComment *BC = nullptr; in parseBlockCommand()
H A DJSONNodeDumper.cpp1662 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
H A DTextNodeDumper.cpp813 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp90 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()