Home
last modified time | relevance | path

Searched refs:template_arguments (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp317 printTemplateArgumentList(OS, SpecType->template_arguments(), in print()
325 printTemplateArgumentList(OS, DepSpecType->template_arguments(), in print()
H A DComputeDependence.cpp721 for (auto A : E->template_arguments()) in computeDependence()
731 for (auto A : E->template_arguments()) in computeDependence()
771 for (auto A : E->template_arguments()) in computeDependence()
H A DStmtPrinter.cpp1010 printTemplateArgumentList(OS, Node->template_arguments(), Policy, TPL); in VisitDeclRefExpr()
1022 printTemplateArgumentList(OS, Node->template_arguments(), Policy); in VisitDependentScopeDeclRefExpr()
1032 printTemplateArgumentList(OS, Node->template_arguments(), Policy); in VisitUnresolvedLookupExpr()
1424 printTemplateArgumentList(OS, Node->template_arguments(), Policy, TPL); in VisitMemberExpr()
2199 printTemplateArgumentList(OS, Node->template_arguments(), Policy); in VisitCXXDependentScopeMemberExpr()
2213 printTemplateArgumentList(OS, Node->template_arguments(), Policy); in VisitUnresolvedMemberExpr()
H A DTypePrinter.cpp1345 Args = TST->template_arguments(); in printTag()
1451 printTemplateArgumentList(OS, T->template_arguments(), Policy, TPL); in printTemplateId()
1556 printTemplateArgumentList(OS, T->template_arguments(), Policy); in printDependentTemplateSpecializationBefore()
1907 TemplateArgs = TTST->template_arguments(); in isSubstitutedType()
H A DODRHash.cpp1018 for (const auto &TA : T->template_arguments()) { in VisitTemplateSpecializationType()
1083 for (const auto &TA : T->template_arguments()) { in VisitDependentTemplateSpecializationType()
H A DDeclPrinter.cpp999 Args = TST->template_arguments(); in VisitCXXRecordDecl()
H A DJSONNodeDumper.cpp1399 for (const TemplateArgumentLoc &TAL : DSME->template_arguments()) in VisitCXXDependentScopeMemberExpr()
H A DASTImporter.cpp6667 E->template_arguments(), ToTAInfo)) in VisitDeclRefExpr()
7577 E->template_arguments(), ToTAInfo)) in VisitMemberExpr()
7645 E->template_arguments(), ToTAInfo)) in VisitCXXDependentScopeMemberExpr()
7686 ImportTemplateArgumentListInfo(E->template_arguments(), ToTAInfo)) in VisitDependentScopeDeclRefExpr()
7747 E->getLAngleLoc(), E->getRAngleLoc(), E->template_arguments(), in VisitUnresolvedLookupExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td634 let Read = [{ node->template_arguments() }];
674 let Read = [{ node->template_arguments() }];
H A DExprCXX.h3046 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function
3303 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function
3759 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function
H A DType.h5197 ArrayRef<TemplateArgument> template_arguments() const {
5210 Profile(ID, Template, template_arguments(), Ctx);
5584 ArrayRef<TemplateArgument> template_arguments() const {
H A DExpr.h1392 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function
3260 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp590 Param->template_arguments(), in DeduceTemplateArguments()
591 SpecArg->template_arguments(), Info, Deduced, in DeduceTemplateArguments()
623 return DeduceTemplateArguments(S, TemplateParams, Param->template_arguments(), in DeduceTemplateArguments()
5485 TST1->template_arguments()), in isAtLeastAsSpecializedAs()
5982 hasPackExpansionBeforeEnd(Spec->template_arguments())) in MarkUsedTemplateParameters()
H A DSemaTemplateInstantiate.cpp590 printTemplateArgumentList(OS, Active->template_arguments(), in PrintInstantiationStack()
656 printTemplateArgumentList(OS, Active->template_arguments(), in PrintInstantiationStack()
809 printTemplateArgumentList(OS, Active->template_arguments(), in PrintInstantiationStack()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp181 return Specialization->template_arguments(); in GetTemplateArguments()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1252 printTemplateArgumentList(OS, Ty->template_arguments(), getPrintingPolicy()); in CreateType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h8681 ArrayRef<TemplateArgument> template_arguments() const { in template_arguments() function
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20103297 template_arguments>: New fields.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20103297 template_arguments>: New fields.