Home
last modified time | relevance | path

Searched refs:TParamCommandComment (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentSema.h55 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
118 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
123 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
128 void actOnTParamCommandFinish(TParamCommandComment *Command,
HDCommentParser.h97 void parseTParamCommandArgs(TParamCommandComment *TPC,
HDComment.h801 class TParamCommandComment : public BlockCommandComment {
818 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
HDTextNodeDumper.h202 void visitTParamCommandComment(const comments::TParamCommandComment *C,
HDJSONNodeDumper.h335 void visitTParamCommandComment(const comments::TParamCommandComment *C,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp57 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/
HDCommentSema.cpp280 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()
HDCommentParser.cpp282 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs()
314 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
HDComment.cpp378 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
HDTextNodeDumper.cpp549 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
HDJSONNodeDumper.cpp1590 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCommentNodes.td20 def TParamCommandComment : CommentNode<BlockCommandComment>;