Searched refs:TParamCommandComment (Results 1 – 9 of 9) sorted by relevance
/external/clang/tools/libclang/ |
D | CXComment.cpp | 304 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getParamName() 312 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_isParamPositionValid() 320 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getDepth() 328 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getIndex() 383 bool operator()(const TParamCommandComment *LHS, in operator ()() 384 const TParamCommandComment *RHS) const { in operator ()() 415 SmallVector<const TParamCommandComment *, 4> TParams; 470 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts() 553 void visitTParamCommandComment(const TParamCommandComment *C); 687 const TParamCommandComment *C) { in visitTParamCommandComment() [all …]
|
/external/clang/include/clang/AST/ |
D | CommentSema.h | 53 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs; 117 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin, 121 void actOnTParamCommandParamNameArg(TParamCommandComment *Command, 126 void actOnTParamCommandFinish(TParamCommandComment *Command,
|
D | CommentParser.h | 99 void parseTParamCommandArgs(TParamCommandComment *TPC,
|
D | Comment.h | 754 class TParamCommandComment : public BlockCommandComment { 771 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function 781 static bool classof(const TParamCommandComment *) { return true; } in classof() argument
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 157 TParamCommandComment *Sema::actOnTParamCommandStart(SourceLocation LocBegin, in actOnTParamCommandStart() 160 TParamCommandComment *Command = in actOnTParamCommandStart() 161 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID); in actOnTParamCommandStart() 171 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command, in actOnTParamCommandParamNameArg() 194 llvm::StringMap<TParamCommandComment *>::iterator PrevCommandIt = in actOnTParamCommandParamNameArg() 200 TParamCommandComment *PrevCommand = PrevCommandIt->second; in actOnTParamCommandParamNameArg() 234 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
|
D | CommentDumper.cpp | 56 void visitTParamCommandComment(const TParamCommandComment *C); 192 void CommentDumper::visitTParamCommandComment(const TParamCommandComment *C) { in visitTParamCommandComment()
|
D | CommentParser.cpp | 279 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs() 311 TParamCommandComment *TPC; in parseBlockCommand()
|
/external/clang/include/clang/Basic/ |
D | CommentNodes.td | 20 def TParamCommandComment : DComment<BlockCommandComment>;
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 232 TParamCommandComment *&TPCC, in HasTParamCommandAt() 932 TParamCommandComment *TPCC; in TEST_F() 950 TParamCommandComment *TPCC; in TEST_F()
|