Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCommentSema.h56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
123 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
128 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
133 void actOnTParamCommandFinish(TParamCommandComment *Command,
HDCommentParser.h98 void parseTParamCommandArgs(TParamCommandComment *TPC,
HDComment.h805 class TParamCommandComment : public BlockCommandComment {
822 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
/NextBSD/contrib/llvm/tools/clang/lib/Index/
HDCommentToXML.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()
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/
HDCommentSema.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()
360 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
HDCommentParser.cpp283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs()
315 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
HDComment.cpp331 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
HDASTDumper.cpp552 void visitTParamCommandComment(const TParamCommandComment *C);
2249 void ASTDumper::visitTParamCommandComment(const TParamCommandComment *C) { in visitTParamCommandComment()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDCommentNodes.td20 def TParamCommandComment : DComment<BlockCommandComment>;