Searched refs:BlockCommandComment (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/AST/ |
D | CommentSema.h | 59 const BlockCommandComment *BriefCommand; 62 const BlockCommandComment *ReturnsCommand; 65 const BlockCommandComment *HeaderfileCommand; 97 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin, 102 void actOnBlockCommandArgs(BlockCommandComment *Command, 103 ArrayRef<BlockCommandComment::Argument> Args); 105 void actOnBlockCommandFinish(BlockCommandComment *Command, 192 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command); 194 void checkReturnsCommand(const BlockCommandComment *Command); 198 void checkBlockCommandDuplicate(const BlockCommandComment *Command); [all …]
|
D | Comment.h | 128 friend class BlockCommandComment; variable 581 class BlockCommandComment : public BlockContentComment { 598 BlockCommandComment(CommentKind K, in BlockCommandComment() function 611 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment() function 696 class ParamCommandComment : public BlockCommandComment { 708 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd, in ParamCommandComment() 770 class TParamCommandComment : public BlockCommandComment { 791 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID, in TParamCommandComment() 862 class VerbatimBlockComment : public BlockCommandComment { 872 BlockCommandComment(VerbatimBlockCommentKind, in VerbatimBlockComment() [all …]
|
D | CommentParser.h | 107 void parseBlockCommandArgs(BlockCommandComment *BC, 111 BlockCommandComment *parseBlockCommand();
|
/external/clang/include/clang/Basic/ |
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>;
|
/external/clang/lib/AST/ |
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() 94 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine() 121 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine() 153 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl() 269 typedef BlockCommandComment::Argument Argument; in actOnParamCommandParamNameArg() 307 typedef BlockCommandComment::Argument Argument; in actOnTParamCommandParamNameArg() [all …]
|
D | CommentParser.cpp | 284 void Parser::parseBlockCommandArgs(BlockCommandComment *BC, in parseBlockCommandArgs() 287 typedef BlockCommandComment::Argument Argument; in parseBlockCommandArgs() 302 BlockCommandComment *Parser::parseBlockCommand() { in parseBlockCommand() 307 BlockCommandComment *BC; in parseBlockCommand()
|
D | ASTDumper.cpp | 301 void visitBlockCommandComment(const BlockCommandComment *C); 1872 void ASTDumper::visitBlockCommandComment(const BlockCommandComment *C) { in visitBlockCommandComment()
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 220 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getCommandName() 229 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getNumArgs() 238 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getArgText() 246 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getParagraph() 415 const BlockCommandComment *Returns; 445 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts() 488 MiscBlocks.push_back(cast<BlockCommandComment>(Child)); in FullCommentParts() 558 void visitBlockCommandComment(const BlockCommandComment *C); 652 const BlockCommandComment *C) { in visitBlockCommandComment() 888 void visitBlockCommandComment(const BlockCommandComment *C); [all …]
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 163 BlockCommandComment *&BCC, in HasBlockCommandAt() 664 BlockCommandComment *BCC; in TEST_F() 681 BlockCommandComment *BCC; in TEST_F() 688 BlockCommandComment *BCC; in TEST_F() 708 BlockCommandComment *BCC; in TEST_F() 718 BlockCommandComment *BCC; in TEST_F() 763 BlockCommandComment *BCC; in TEST_F() 958 BlockCommandComment *BCC; in TEST_F()
|