Searched refs:TParamCommandComment (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | CommentSema.h | 56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs; 123 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin, 128 void actOnTParamCommandParamNameArg(TParamCommandComment *Command, 133 void actOnTParamCommandFinish(TParamCommandComment *Command,
|
| HD | CommentParser.h | 98 void parseTParamCommandArgs(TParamCommandComment *TPC,
|
| HD | Comment.h | 805 class TParamCommandComment : public BlockCommandComment { 822 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Index/ |
| HD | 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() 240 void visitTParamCommandComment(const TParamCommandComment *C); 384 const TParamCommandComment *C) { in visitTParamCommandComment() 556 void visitTParamCommandComment(const TParamCommandComment *C); 775 const TParamCommandComment *C) { in visitTParamCommandComment()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | 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() 360 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
|
| HD | CommentParser.cpp | 283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs() 315 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
|
| HD | Comment.cpp | 331 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
|
| HD | ASTDumper.cpp | 552 void visitTParamCommandComment(const TParamCommandComment *C); 2249 void ASTDumper::visitTParamCommandComment(const TParamCommandComment *C) { in visitTParamCommandComment()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | CommentNodes.td | 20 def TParamCommandComment : DComment<BlockCommandComment>;
|