Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DCommentNodes.td18 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/include/clang/AST/
DCommentSema.h56 const BlockCommandComment *BriefCommand;
59 const BlockCommandComment *ReturnsCommand;
90 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin,
94 void actOnBlockCommandArgs(BlockCommandComment *Command,
95 ArrayRef<BlockCommandComment::Argument> Args);
97 void actOnBlockCommandFinish(BlockCommandComment *Command,
178 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command);
180 void checkReturnsCommand(const BlockCommandComment *Command);
184 void checkBlockCommandDuplicate(const BlockCommandComment *Command);
DComment.h107 friend class BlockCommandComment; variable
573 class BlockCommandComment : public BlockContentComment {
590 BlockCommandComment(CommentKind K, in BlockCommandComment() function
601 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment() function
615 static bool classof(const BlockCommandComment *) { return true; } in classof() argument
681 class ParamCommandComment : public BlockCommandComment {
692 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd, in ParamCommandComment()
754 class TParamCommandComment : public BlockCommandComment {
774 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID) in TParamCommandComment()
846 class VerbatimBlockComment : public BlockCommandComment {
[all …]
DCommentParser.h102 void parseBlockCommandArgs(BlockCommandComment *BC,
106 BlockCommandComment *parseBlockCommand();
/external/clang/tools/libclang/
DCXComment.cpp219 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getCommandName()
228 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getNumArgs()
237 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getArgText()
245 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getParagraph()
413 const BlockCommandComment *Returns;
443 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts()
482 MiscBlocks.push_back(cast<BlockCommandComment>(Child)); in FullCommentParts()
551 void visitBlockCommandComment(const BlockCommandComment *C);
644 const BlockCommandComment *C) { in visitBlockCommandComment()
866 void visitBlockCommandComment(const BlockCommandComment *C);
[all …]
/external/clang/lib/AST/
DCommentSema.cpp45 BlockCommandComment *Sema::actOnBlockCommandStart(SourceLocation LocBegin, in actOnBlockCommandStart()
48 return new (Allocator) BlockCommandComment(LocBegin, LocEnd, CommandID); in actOnBlockCommandStart()
51 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, in actOnBlockCommandArgs()
52 ArrayRef<BlockCommandComment::Argument> Args) { in actOnBlockCommandArgs()
56 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish()
144 typedef BlockCommandComment::Argument Argument; in actOnParamCommandParamNameArg()
178 typedef BlockCommandComment::Argument Argument; in actOnTParamCommandParamNameArg()
411 void Sema::checkBlockCommandEmptyParagraph(BlockCommandComment *Command) { in checkBlockCommandEmptyParagraph()
425 void Sema::checkReturnsCommand(const BlockCommandComment *Command) { in checkReturnsCommand()
459 void Sema::checkBlockCommandDuplicate(const BlockCommandComment *Command) { in checkBlockCommandDuplicate()
[all …]
DCommentDumper.cpp54 void visitBlockCommandComment(const BlockCommandComment *C);
167 void CommentDumper::visitBlockCommandComment(const BlockCommandComment *C) { in visitBlockCommandComment()
DCommentParser.cpp289 void Parser::parseBlockCommandArgs(BlockCommandComment *BC, in parseBlockCommandArgs()
292 typedef BlockCommandComment::Argument Argument; in parseBlockCommandArgs()
307 BlockCommandComment *Parser::parseBlockCommand() { in parseBlockCommand()
312 BlockCommandComment *BC; in parseBlockCommand()
/external/clang/unittests/AST/
DCommentParser.cpp162 BlockCommandComment *&BCC, in HasBlockCommandAt()
663 BlockCommandComment *BCC; in TEST_F()
680 BlockCommandComment *BCC; in TEST_F()
687 BlockCommandComment *BCC; in TEST_F()
707 BlockCommandComment *BCC; in TEST_F()
717 BlockCommandComment *BCC; in TEST_F()
762 BlockCommandComment *BCC; in TEST_F()
957 BlockCommandComment *BCC; in TEST_F()