Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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,
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 DComment.h139 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 {
820 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID, in TParamCommandComment()
891 class VerbatimBlockComment : public BlockCommandComment {
901 BlockCommandComment(VerbatimBlockCommentKind, in VerbatimBlockComment()
[all …]
H A DCommentParser.h100 void parseBlockCommandArgs(BlockCommandComment *BC,
104 BlockCommandComment *parseBlockCommand();
H A DTextNodeDumper.h213 void visitBlockCommandComment(const comments::BlockCommandComment *C,
H A DJSONNodeDumper.h335 void visitBlockCommandComment(const comments::BlockCommandComment *C,
/netbsd-src/external/apache2/llvm/dist/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>;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
270 typedef BlockCommandComment::Argument Argument; in actOnParamCommandParamNameArg()
308 typedef BlockCommandComment::Argument Argument; in actOnTParamCommandParamNameArg()
[all …]
H A DCommentParser.cpp292 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 DJSONNodeDumper.cpp1570 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
H A DTextNodeDumper.cpp770 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
/netbsd-src/external/apache2/llvm/dist/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()