/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 317 printTemplateArgumentList(OS, SpecType->template_arguments(), in print() 325 printTemplateArgumentList(OS, DepSpecType->template_arguments(), in print()
|
H A D | ComputeDependence.cpp | 721 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 D | StmtPrinter.cpp | 1010 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 D | TypePrinter.cpp | 1345 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 D | ODRHash.cpp | 1018 for (const auto &TA : T->template_arguments()) { in VisitTemplateSpecializationType() 1083 for (const auto &TA : T->template_arguments()) { in VisitDependentTemplateSpecializationType()
|
H A D | DeclPrinter.cpp | 999 Args = TST->template_arguments(); in VisitCXXRecordDecl()
|
H A D | JSONNodeDumper.cpp | 1399 for (const TemplateArgumentLoc &TAL : DSME->template_arguments()) in VisitCXXDependentScopeMemberExpr()
|
H A D | ASTImporter.cpp | 6667 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 D | TypeProperties.td | 634 let Read = [{ node->template_arguments() }]; 674 let Read = [{ node->template_arguments() }];
|
H A D | ExprCXX.h | 3046 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 D | Type.h | 5197 ArrayRef<TemplateArgument> template_arguments() const { 5210 Profile(ID, Template, template_arguments(), Ctx); 5584 ArrayRef<TemplateArgument> template_arguments() const {
|
H A D | Expr.h | 1392 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 D | SemaTemplateDeduction.cpp | 590 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 D | SemaTemplateInstantiate.cpp | 590 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 D | CXType.cpp | 181 return Specialization->template_arguments(); in GetTemplateArguments()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1252 printTemplateArgumentList(OS, Ty->template_arguments(), getPrintingPolicy()); in CreateType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 8681 ArrayRef<TemplateArgument> template_arguments() const { in template_arguments() function
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2010 | 3297 template_arguments>: New fields.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2010 | 3297 template_arguments>: New fields.
|