Searched refs:TParamCommandComment (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXComment.cpp | 312 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getParamName() 320 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_isParamPositionValid() 328 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getDepth() 336 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getIndex()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentSema.h | 55 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs; 118 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin, 123 void actOnTParamCommandParamNameArg(TParamCommandComment *Command, 128 void actOnTParamCommandFinish(TParamCommandComment *Command,
|
| H A D | CommentParser.h | 97 void parseTParamCommandArgs(TParamCommandComment *TPC,
|
| H A D | Comment.h | 782 class TParamCommandComment : public BlockCommandComment { 799 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
|
| H A D | TextNodeDumper.h | 220 void visitTParamCommandComment(const comments::TParamCommandComment *C,
|
| H A D | JSONNodeDumper.h | 345 void visitTParamCommandComment(const comments::TParamCommandComment *C,
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 59 bool operator()(const TParamCommandComment *LHS, in operator ()() 60 const TParamCommandComment *RHS) const { in operator ()() 92 SmallVector<const TParamCommandComment *, 4> TParams; 156 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts() 237 void visitTParamCommandComment(const TParamCommandComment *C); 385 const TParamCommandComment *C) { in visitTParamCommandComment() 552 void visitTParamCommandComment(const TParamCommandComment *C); 770 const TParamCommandComment *C) { in visitTParamCommandComment()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 20 def TParamCommandComment : CommentNode<BlockCommandComment>;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentSema.cpp | 279 TParamCommandComment *Sema::actOnTParamCommandStart( in actOnTParamCommandStart() 284 TParamCommandComment *Command = in actOnTParamCommandStart() 285 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID, in actOnTParamCommandStart() 297 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command, in actOnTParamCommandParamNameArg() 318 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg]; in actOnTParamCommandParamNameArg() 354 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
|
| H A D | CommentParser.cpp | 282 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs() 311 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
|
| H A D | Comment.cpp | 371 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
|
| H A D | JSONNodeDumper.cpp | 1665 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
|
| H A D | TextNodeDumper.cpp | 841 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 231 TParamCommandComment *&TPCC, in HasTParamCommandAt() 956 TParamCommandComment *TPCC; in TEST_F() 974 TParamCommandComment *TPCC; in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Serialize.cpp | 76 void visitTParamCommandComment(const TParamCommandComment *C); 145 const TParamCommandComment *C) { in visitTParamCommandComment()
|