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;
123 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
128 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
133 void actOnTParamCommandFinish(TParamCommandComment *Command,
H A DCommentParser.h102 void parseTParamCommandArgs(TParamCommandComment *TPC,
H A DComment.h803 class TParamCommandComment : public BlockCommandComment { class in class:clang::comments::ParamCommandComment
820 TParamCommandComment(SourceLocation LocBegin, function in class:clang::comments::ParamCommandComment::TParamCommandComment
/external/clang/lib/Index/
H A DCommentToXML.cpp60 bool operator()(const TParamCommandComment *LHS,
61 const TParamCommandComment *RHS) const {
93 SmallVector<const TParamCommandComment *, 4> TParams;
157 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child);
241 void visitTParamCommandComment(const TParamCommandComment *C);
385 const TParamCommandComment *C) {
557 void visitTParamCommandComment(const TParamCommandComment *C);
781 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];
360 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command,
H A DComment.cpp338 StringRef TParamCommandComment::getParamName(const FullComment *FC) const {
H A DASTDumper.cpp370 void visitTParamCommandComment(const TParamCommandComment *C);
2112 void ASTDumper::visitTParamCommandComment(const TParamCommandComment *C) {
H A DCommentParser.cpp283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
315 TParamCommandComment *TPC = nullptr;
/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 210 milliseconds