Searched refs:TParamCommandComment (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CommentSema.h | 56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs; 119 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin, 124 void actOnTParamCommandParamNameArg(TParamCommandComment *Command, 129 void actOnTParamCommandFinish(TParamCommandComment *Command,
|
| H A D | CommentParser.h | 98 void parseTParamCommandArgs(TParamCommandComment *TPC,
|
| H A D | TextNodeDumper.h | 199 void visitTParamCommandComment(const comments::TParamCommandComment *C,
|
| H A D | Comment.h | 800 class TParamCommandComment : public BlockCommandComment { 817 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 58 bool operator()(const TParamCommandComment *LHS, in operator ()() 59 const TParamCommandComment *RHS) const { in operator ()() 91 SmallVector<const TParamCommandComment *, 4> TParams; 155 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts() 239 void visitTParamCommandComment(const TParamCommandComment *C); 383 const TParamCommandComment *C) { in visitTParamCommandComment() 550 void visitTParamCommandComment(const TParamCommandComment *C); 764 const TParamCommandComment *C) { in visitTParamCommandComment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentSema.cpp | 281 TParamCommandComment *Sema::actOnTParamCommandStart( in actOnTParamCommandStart() 286 TParamCommandComment *Command = in actOnTParamCommandStart() 287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID, in actOnTParamCommandStart() 299 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command, in actOnTParamCommandParamNameArg() 322 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg]; in actOnTParamCommandParamNameArg() 358 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
|
| H A D | CommentParser.cpp | 283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs() 315 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
|
| H A D | Comment.cpp | 364 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
|
| H A D | TextNodeDumper.cpp | 521 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 20 def TParamCommandComment : DComment<BlockCommandComment>;
|