Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp313 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/
DCommentSema.h56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
119 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
124 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
129 void actOnTParamCommandFinish(TParamCommandComment *Command,
DCommentParser.h98 void parseTParamCommandArgs(TParamCommandComment *TPC,
DComment.h805 class TParamCommandComment : public BlockCommandComment {
822 TParamCommandComment(SourceLocation LocBegin, in TParamCommandComment() function
/external/clang/lib/Index/
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()
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/
DCommentNodes.td20 def TParamCommandComment : DComment<BlockCommandComment>;
/external/clang/lib/AST/
DCommentSema.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()
358 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
DCommentParser.cpp283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs()
315 TParamCommandComment *TPC = nullptr; in parseBlockCommand()
DComment.cpp331 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
DASTDumper.cpp572 void visitTParamCommandComment(const TParamCommandComment *C);
2411 void ASTDumper::visitTParamCommandComment(const TParamCommandComment *C) { in visitTParamCommandComment()
/external/clang/unittests/AST/
DCommentParser.cpp233 TParamCommandComment *&TPCC, in HasTParamCommandAt()
958 TParamCommandComment *TPCC; in TEST_F()
976 TParamCommandComment *TPCC; in TEST_F()