Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp304 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/
DCommentSema.h53 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
117 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
121 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
126 void actOnTParamCommandFinish(TParamCommandComment *Command,
DCommentParser.h99 void parseTParamCommandArgs(TParamCommandComment *TPC,
DComment.h754 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/
DCommentSema.cpp157 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()
DCommentDumper.cpp56 void visitTParamCommandComment(const TParamCommandComment *C);
192 void CommentDumper::visitTParamCommandComment(const TParamCommandComment *C) { in visitTParamCommandComment()
DCommentParser.cpp279 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs()
311 TParamCommandComment *TPC; in parseBlockCommand()
/external/clang/include/clang/Basic/
DCommentNodes.td20 def TParamCommandComment : DComment<BlockCommandComment>;
/external/clang/unittests/AST/
DCommentParser.cpp232 TParamCommandComment *&TPCC, in HasTParamCommandAt()
932 TParamCommandComment *TPCC; in TEST_F()
950 TParamCommandComment *TPCC; in TEST_F()