Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
119 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
124 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
129 void actOnTParamCommandFinish(TParamCommandComment *Command,
H A DCommentParser.h98 void parseTParamCommandArgs(TParamCommandComment *TPC,
H A DTextNodeDumper.h199 void visitTParamCommandComment(const comments::TParamCommandComment *C,
H A DComment.h800 class TParamCommandComment : public BlockCommandComment {
817 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp58 bool operator()(const TParamCommandComment *LHS, in operator ()()
59 const TParamCommandComment *RHS) const { in operator ()()
91 SmallVector<const TParamCommandComment *, 4> TParams;
155 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts()
239 void visitTParamCommandComment(const TParamCommandComment *C);
383 const TParamCommandComment *C) { in visitTParamCommandComment()
550 void visitTParamCommandComment(const TParamCommandComment *C);
764 const TParamCommandComment *C) { in visitTParamCommandComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp281 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()
358 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
H A DCommentParser.cpp283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs()
315 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
H A DComment.cpp364 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
H A DTextNodeDumper.cpp521 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td20 def TParamCommandComment : DComment<BlockCommandComment>;