Searched refs:TParamCommandComment (Results 1 - 10 of 10) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp313 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
321 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
329 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
337 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
/external/clang/include/clang/AST/
H A DCommentSema.h56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
119 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
124 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
129 void actOnTParamCommandFinish(TParamCommandComment *Command,
H A DCommentParser.h98 void parseTParamCommandArgs(TParamCommandComment *TPC,
H A DComment.h805 class TParamCommandComment : public BlockCommandComment { class in class:clang::comments::ParamCommandComment
822 TParamCommandComment(SourceLocation LocBegin, function in class:clang::comments::ParamCommandComment::TParamCommandComment
/external/clang/lib/Index/
H A DCommentToXML.cpp59 bool operator()(const TParamCommandComment *LHS,
60 const TParamCommandComment *RHS) const {
92 SmallVector<const TParamCommandComment *, 4> TParams;
156 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child);
240 void visitTParamCommandComment(const TParamCommandComment *C);
384 const TParamCommandComment *C) {
555 void visitTParamCommandComment(const TParamCommandComment *C);
773 const TParamCommandComment *C) {
/external/clang/lib/AST/
H A DCommentSema.cpp281 TParamCommandComment *Sema::actOnTParamCommandStart(
286 TParamCommandComment *Command =
287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
299 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command,
322 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg];
358 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command,
H A DComment.cpp331 StringRef TParamCommandComment::getParamName(const FullComment *FC) const {
H A DCommentParser.cpp283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
315 TParamCommandComment *TPC = nullptr;
H A DASTDumper.cpp572 void visitTParamCommandComment(const TParamCommandComment *C);
2411 void ASTDumper::visitTParamCommandComment(const TParamCommandComment *C) {
/external/clang/unittests/AST/
H A DCommentParser.cpp233 TParamCommandComment *&TPCC,
244 << "TParamCommandComment has name \"" << ActualCommandName.str() << "\", "
249 << "TParamCommandComment has no parameter name";
254 << "TParamCommandComment has parameter name \"" << ActualParamName.str()
958 TParamCommandComment *TPCC;
976 TParamCommandComment *TPCC;

Completed in 164 milliseconds