Searched refs:BlockCommandComment (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | CommentSema.h | 59 const BlockCommandComment *BriefCommand; 62 const BlockCommandComment *HeaderfileCommand; 94 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin, 99 void actOnBlockCommandArgs(BlockCommandComment *Command, 100 ArrayRef<BlockCommandComment::Argument> Args); 102 void actOnBlockCommandFinish(BlockCommandComment *Command, 189 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command); 191 void checkReturnsCommand(const BlockCommandComment *Command); 195 void checkBlockCommandDuplicate(const BlockCommandComment *Command); 197 void checkDeprecatedCommand(const BlockCommandComment *Comment); [all …]
|
| HD | 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 { 711 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd, in ParamCommandComment() 784 class TParamCommandComment : public BlockCommandComment { 805 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID, in TParamCommandComment() 876 class VerbatimBlockComment : public BlockCommandComment { 886 BlockCommandComment(VerbatimBlockCommentKind, in VerbatimBlockComment() [all …]
|
| HD | CommentParser.h | 105 void parseBlockCommandArgs(BlockCommandComment *BC, 109 BlockCommandComment *parseBlockCommand();
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | 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>;
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | CommentSema.cpp | 49 BlockCommandComment *Sema::actOnBlockCommandStart( in actOnBlockCommandStart() 54 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd, in actOnBlockCommandStart() 61 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, in actOnBlockCommandArgs() 62 ArrayRef<BlockCommandComment::Argument> Args) { in actOnBlockCommandArgs() 66 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish() 93 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine() 126 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine() 163 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl() 263 typedef BlockCommandComment::Argument Argument; in actOnParamCommandParamNameArg() 301 typedef BlockCommandComment::Argument Argument; in actOnTParamCommandParamNameArg() [all …]
|
| HD | 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 = 0; in parseBlockCommand()
|
| HD | ASTDumper.cpp | 328 void visitBlockCommandComment(const BlockCommandComment *C); 2047 void ASTDumper::visitBlockCommandComment(const BlockCommandComment *C) { in visitBlockCommandComment()
|
| /trueos/contrib/llvm/tools/clang/lib/Index/ |
| HD | CommentToXML.cpp | 91 SmallVector<const BlockCommandComment *, 4> Returns; 94 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; 122 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts() 169 MiscBlocks.push_back(cast<BlockCommandComment>(Child)); in FullCommentParts() 239 void visitBlockCommandComment(const BlockCommandComment *C); 333 const BlockCommandComment *C) { in visitBlockCommandComment() 555 void visitBlockCommandComment(const BlockCommandComment *C); 704 const BlockCommandComment *C) { in visitBlockCommandComment()
|