Searched refs:template_arguments (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 1212 OS, Node->template_arguments(), Policy); in VisitDeclRefExpr() 1224 OS, Node->template_arguments(), Policy); in VisitDependentScopeDeclRefExpr() 1235 OS, Node->template_arguments(), Policy); in VisitUnresolvedLookupExpr() 1562 OS, Node->template_arguments(), Policy); in VisitMemberExpr() 2267 OS, Node->template_arguments(), Policy); in VisitCXXDependentScopeMemberExpr() 2282 OS, Node->template_arguments(), Policy); in VisitUnresolvedMemberExpr()
|
D | TypePrinter.cpp | 1008 Args = TST->template_arguments(); in printTag() 1074 OS, T->template_arguments(), Policy); in printTemplateSpecializationBefore() 1151 T->template_arguments(), in printDependentTemplateSpecializationBefore()
|
D | NestedNameSpecifier.cpp | 318 OS, SpecType->template_arguments(), InnerPolicy); in print()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2641 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function 2898 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function 3317 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function
|
D | Type.h | 4256 ArrayRef<TemplateArgument> template_arguments() const { 4266 Profile(ID, Template, template_arguments(), Ctx); 4595 ArrayRef<TemplateArgument> template_arguments() const {
|
D | Expr.h | 1123 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function 2498 ArrayRef<TemplateArgumentLoc> template_arguments() const { in template_arguments() function
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 451 OS, Active->template_arguments(), getPrintingPolicy()); in PrintInstantiationStack() 503 OS, Active->template_arguments(), getPrintingPolicy()); in PrintInstantiationStack()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 846 OS, Ty->template_arguments(), in CreateType()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6666 ArrayRef<TemplateArgument> template_arguments() const { in template_arguments() function
|