Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCommentSema.h55 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
118 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
123 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
128 void actOnTParamCommandFinish(TParamCommandComment *Command,
DCommentParser.h97 void parseTParamCommandArgs(TParamCommandComment *TPC,
DComment.h799 class TParamCommandComment : public BlockCommandComment {
816 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
DTextNodeDumper.h220 void visitTParamCommandComment(const comments::TParamCommandComment *C,
DJSONNodeDumper.h344 void visitTParamCommandComment(const comments::TParamCommandComment *C,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DCommentToXML.cpp59 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()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCommentNodes.td20 def TParamCommandComment : CommentNode<BlockCommandComment>;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentSema.cpp283 TParamCommandComment *Sema::actOnTParamCommandStart( in actOnTParamCommandStart()
288 TParamCommandComment *Command = in actOnTParamCommandStart()
289 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID, in actOnTParamCommandStart()
301 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command, in actOnTParamCommandParamNameArg()
324 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg]; in actOnTParamCommandParamNameArg()
360 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
DCommentParser.cpp282 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs()
314 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
DComment.cpp378 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
DJSONNodeDumper.cpp1656 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
DTextNodeDumper.cpp839 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()