Searched refs:TParamCommandComment (Results 1 – 11 of 11) sorted by relevance
/external/clang/tools/libclang/ |
D | CXComment.cpp | 313 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getParamName() 321 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_isParamPositionValid() 329 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getDepth() 337 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getIndex()
|
/external/clang/include/clang/AST/ |
D | CommentSema.h | 56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs; 119 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin, 124 void actOnTParamCommandParamNameArg(TParamCommandComment *Command, 129 void actOnTParamCommandFinish(TParamCommandComment *Command,
|
D | CommentParser.h | 98 void parseTParamCommandArgs(TParamCommandComment *TPC,
|
D | Comment.h | 805 class TParamCommandComment : public BlockCommandComment { 822 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 59 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() 555 void visitTParamCommandComment(const TParamCommandComment *C); 773 const TParamCommandComment *C) { in visitTParamCommandComment()
|
/external/clang/include/clang/Basic/ |
D | CommentNodes.td | 20 def TParamCommandComment : DComment<BlockCommandComment>;
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 281 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()
|
D | CommentParser.cpp | 283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs() 315 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
|
D | Comment.cpp | 331 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
|
D | ASTDumper.cpp | 572 void visitTParamCommandComment(const TParamCommandComment *C); 2411 void ASTDumper::visitTParamCommandComment(const TParamCommandComment *C) { in visitTParamCommandComment()
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 233 TParamCommandComment *&TPCC, in HasTParamCommandAt() 958 TParamCommandComment *TPCC; in TEST_F() 976 TParamCommandComment *TPCC; in TEST_F()
|