Searched refs:TParamCommandComment (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | CommentSema.h | 55 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs; 118 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin, 123 void actOnTParamCommandParamNameArg(TParamCommandComment *Command, 128 void actOnTParamCommandFinish(TParamCommandComment *Command,
|
| HD | CommentParser.h | 97 void parseTParamCommandArgs(TParamCommandComment *TPC,
|
| HD | Comment.h | 801 class TParamCommandComment : public BlockCommandComment { 818 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
|
| HD | TextNodeDumper.h | 202 void visitTParamCommandComment(const comments::TParamCommandComment *C,
|
| HD | JSONNodeDumper.h | 335 void visitTParamCommandComment(const comments::TParamCommandComment *C,
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | CommentToXML.cpp | 57 bool operator()(const TParamCommandComment *LHS, in operator ()() 58 const TParamCommandComment *RHS) const { in operator ()() 90 SmallVector<const TParamCommandComment *, 4> TParams; 154 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts() 235 void visitTParamCommandComment(const TParamCommandComment *C); 383 const TParamCommandComment *C) { in visitTParamCommandComment() 550 void visitTParamCommandComment(const TParamCommandComment *C); 768 const TParamCommandComment *C) { in visitTParamCommandComment()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | CommentSema.cpp | 280 TParamCommandComment *Sema::actOnTParamCommandStart( in actOnTParamCommandStart() 285 TParamCommandComment *Command = in actOnTParamCommandStart() 286 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID, in actOnTParamCommandStart() 298 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command, in actOnTParamCommandParamNameArg() 321 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg]; in actOnTParamCommandParamNameArg() 357 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
|
| HD | CommentParser.cpp | 282 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs() 314 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
|
| HD | Comment.cpp | 378 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
|
| HD | TextNodeDumper.cpp | 549 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
|
| HD | JSONNodeDumper.cpp | 1590 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | CommentNodes.td | 20 def TParamCommandComment : CommentNode<BlockCommandComment>;
|