/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
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 …]
|
D | CommentNodes.inc | 86 BLOCKCOMMANDCOMMENT(BlockCommandComment, BlockContentComment) 90 VERBATIMLINECOMMENT(VerbatimLineComment, BlockCommandComment) 96 VERBATIMBLOCKCOMMENT(VerbatimBlockComment, BlockCommandComment) 102 TPARAMCOMMANDCOMMENT(TParamCommandComment, BlockCommandComment) 108 PARAMCOMMANDCOMMENT(ParamCommandComment, BlockCommandComment) 111 COMMENT_RANGE(BlockCommandComment, BlockCommandComment, ParamCommandComment)
|
D | Comment.h | 168 friend class BlockCommandComment; 604 class BlockCommandComment : public BlockContentComment { 612 BlockCommandComment(CommentKind K, 625 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, 627 : BlockContentComment(CommentKind::BlockCommandComment, LocBegin, LocEnd), 711 class ParamCommandComment : public BlockCommandComment { 724 : BlockCommandComment(CommentKind::ParamCommandComment, LocBegin, LocEnd, 793 class TParamCommandComment : public BlockCommandComment { 812 : BlockCommandComment(CommentKind::TParamCommandComment, LocBegin, LocEnd, 879 class VerbatimBlockComment : public BlockCommandComment { [all …]
|
D | CommentParser.h | 103 BlockCommandComment *parseBlockCommand();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
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 …]
|
D | CommentNodes.inc | 86 BLOCKCOMMANDCOMMENT(BlockCommandComment, BlockContentComment) 90 VERBATIMLINECOMMENT(VerbatimLineComment, BlockCommandComment) 96 VERBATIMBLOCKCOMMENT(VerbatimBlockComment, BlockCommandComment) 102 TPARAMCOMMANDCOMMENT(TParamCommandComment, BlockCommandComment) 108 PARAMCOMMANDCOMMENT(ParamCommandComment, BlockCommandComment) 111 COMMENT_RANGE(BlockCommandComment, BlockCommandComment, ParamCommandComment)
|
D | Comment.h | 168 friend class BlockCommandComment; 604 class BlockCommandComment : public BlockContentComment { 612 BlockCommandComment(CommentKind K, 625 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, 627 : BlockContentComment(CommentKind::BlockCommandComment, LocBegin, LocEnd), 711 class ParamCommandComment : public BlockCommandComment { 724 : BlockCommandComment(CommentKind::ParamCommandComment, LocBegin, LocEnd, 793 class TParamCommandComment : public BlockCommandComment { 812 : BlockCommandComment(CommentKind::TParamCommandComment, LocBegin, LocEnd, 879 class VerbatimBlockComment : public BlockCommandComment { [all …]
|
D | CommentParser.h | 103 BlockCommandComment *parseBlockCommand();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
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 …]
|
D | CommentNodes.inc | 28 BLOCKCOMMANDCOMMENT(BlockCommandComment, BlockContentComment) 32 PARAMCOMMANDCOMMENT(ParamCommandComment, BlockCommandComment) 38 TPARAMCOMMANDCOMMENT(TParamCommandComment, BlockCommandComment) 44 VERBATIMBLOCKCOMMENT(VerbatimBlockComment, BlockCommandComment) 50 VERBATIMLINECOMMENT(VerbatimLineComment, BlockCommandComment) 53 COMMENT_RANGE(BlockCommandComment, BlockCommandComment, VerbatimLineComment) 63 COMMENT_RANGE(BlockContentComment, BlockCommandComment, ParagraphComment) 119 LAST_COMMENT_RANGE(Comment, BlockCommandComment, VerbatimBlockLineComment)
|
D | Comment.h | 168 friend class BlockCommandComment; 604 class BlockCommandComment : public BlockContentComment { 612 BlockCommandComment(CommentKind K, 625 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, 627 : BlockContentComment(CommentKind::BlockCommandComment, LocBegin, LocEnd), 711 class ParamCommandComment : public BlockCommandComment { 724 : BlockCommandComment(CommentKind::ParamCommandComment, LocBegin, LocEnd, 793 class TParamCommandComment : public BlockCommandComment { 812 : BlockCommandComment(CommentKind::TParamCommandComment, LocBegin, LocEnd, 879 class VerbatimBlockComment : public BlockCommandComment { [all …]
|
D | CommentParser.h | 103 BlockCommandComment *parseBlockCommand();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
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 …]
|
D | CommentNodes.inc | 86 BLOCKCOMMANDCOMMENT(BlockCommandComment, BlockContentComment) 90 VERBATIMLINECOMMENT(VerbatimLineComment, BlockCommandComment) 96 VERBATIMBLOCKCOMMENT(VerbatimBlockComment, BlockCommandComment) 102 TPARAMCOMMANDCOMMENT(TParamCommandComment, BlockCommandComment) 108 PARAMCOMMANDCOMMENT(ParamCommandComment, BlockCommandComment) 111 COMMENT_RANGE(BlockCommandComment, BlockCommandComment, ParamCommandComment)
|
D | Comment.h | 168 friend class BlockCommandComment; 604 class BlockCommandComment : public BlockContentComment { 612 BlockCommandComment(CommentKind K, 625 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, 627 : BlockContentComment(CommentKind::BlockCommandComment, LocBegin, LocEnd), 711 class ParamCommandComment : public BlockCommandComment { 724 : BlockCommandComment(CommentKind::ParamCommandComment, LocBegin, LocEnd, 793 class TParamCommandComment : public BlockCommandComment { 812 : BlockCommandComment(CommentKind::TParamCommandComment, LocBegin, LocEnd, 879 class VerbatimBlockComment : public BlockCommandComment { [all …]
|
/aosp_15_r20/external/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 602 class BlockCommandComment : public BlockContentComment { 619 BlockCommandComment(CommentKind K, in BlockCommandComment() function 632 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment() function 717 class ParamCommandComment : public BlockCommandComment { 732 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd, in ParamCommandComment() 805 class TParamCommandComment : public BlockCommandComment { 826 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID, in TParamCommandComment() 897 class VerbatimBlockComment : public BlockCommandComment { 907 BlockCommandComment(VerbatimBlockCommentKind, in VerbatimBlockComment() [all …]
|
H A D | CommentParser.h | 101 void parseBlockCommandArgs(BlockCommandComment *BC, 105 BlockCommandComment *parseBlockCommand();
|
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-comment-nodes/gen/clang/AST/ |
D | CommentNodes.inc | 27 BLOCKCOMMANDCOMMENT(BlockCommandComment, BlockContentComment) 31 PARAMCOMMANDCOMMENT(ParamCommandComment, BlockCommandComment) 37 TPARAMCOMMANDCOMMENT(TParamCommandComment, BlockCommandComment) 43 VERBATIMBLOCKCOMMENT(VerbatimBlockComment, BlockCommandComment) 49 VERBATIMLINECOMMENT(VerbatimLineComment, BlockCommandComment) 52 COMMENT_RANGE(BlockCommandComment, BlockCommandComment, VerbatimLineComment) 62 COMMENT_RANGE(BlockContentComment, BlockCommandComment, ParagraphComment) 118 LAST_COMMENT_RANGE(Comment, BlockCommandComment, VerbatimBlockLineComment)
|
/aosp_15_r20/external/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>;
|
/aosp_15_r20/external/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() 168 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl() 268 typedef BlockCommandComment::Argument Argument; in actOnParamCommandParamNameArg() 306 typedef BlockCommandComment::Argument Argument; in actOnTParamCommandParamNameArg() [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()
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXComment.cpp | 228 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getCommandName() 237 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getNumArgs() 246 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getArgText() 254 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getParagraph()
|
/aosp_15_r20/external/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() 238 void visitBlockCommandComment(const BlockCommandComment *C); 332 const BlockCommandComment *C) { in visitBlockCommandComment() 553 void visitBlockCommandComment(const BlockCommandComment *C); 710 const BlockCommandComment *C) { in visitBlockCommandComment()
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A D | CommentParser.cpp | 163 BlockCommandComment *&BCC, in HasBlockCommandAt() 689 BlockCommandComment *BCC; in TEST_F() 706 BlockCommandComment *BCC; in TEST_F() 713 BlockCommandComment *BCC; in TEST_F() 733 BlockCommandComment *BCC; in TEST_F() 743 BlockCommandComment *BCC; in TEST_F() 788 BlockCommandComment *BCC; in TEST_F() 983 BlockCommandComment *BCC; in TEST_F() 1435 BlockCommandComment *BCC; in TEST_F()
|