Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp312 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getParamName()
320 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_isParamPositionValid()
328 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getDepth()
336 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getIndex()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h55 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
118 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
123 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
128 void actOnTParamCommandFinish(TParamCommandComment *Command,
H A DCommentParser.h97 void parseTParamCommandArgs(TParamCommandComment *TPC,
H A DComment.h799 class TParamCommandComment : public BlockCommandComment {
816 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
H A DTextNodeDumper.h217 void visitTParamCommandComment(const comments::TParamCommandComment *C,
H A DJSONNodeDumper.h339 void visitTParamCommandComment(const comments::TParamCommandComment *C,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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()
H A DCommentParser.cpp282 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs()
314 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
H A DComment.cpp378 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
H A DJSONNodeDumper.cpp1605 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
H A DTextNodeDumper.cpp798 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td20 def TParamCommandComment : CommentNode<BlockCommandComment>;