Searched refs:ExplicitArgs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | TemplateDeduction.h | 56 unsigned ExplicitArgs = 0; variable 82 return ExplicitArgs; in getNumExplicitArgs() 116 ExplicitArgs = Deduced->size(); in setExplicitArgs()
|
| H A D | Template.h | 398 const TemplateArgument *ExplicitArgs, 414 getPartiallySubstitutedPack(const TemplateArgument **ExplicitArgs = nullptr,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2992 const TemplateArgument *ExplicitArgs, in SetPartiallySubstitutedPack() argument 3000 ArgsInPartiallySubstitutedPack = ExplicitArgs; in SetPartiallySubstitutedPack() 3005 const TemplateArgument **ExplicitArgs, in getPartiallySubstitutedPack() argument 3007 if (ExplicitArgs) in getPartiallySubstitutedPack() 3008 *ExplicitArgs = nullptr; in getPartiallySubstitutedPack() 3015 if (ExplicitArgs) in getPartiallySubstitutedPack() 3016 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1770 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitFunctionDecl() local 1773 ExplicitArgs, TemplateArgs)) in VisitFunctionDecl() 1787 &ExplicitArgs, in VisitFunctionDecl() 1798 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitFunctionDecl() local 1801 ExplicitArgs, TemplateArgs)) in VisitFunctionDecl() 1805 &ExplicitArgs, in VisitFunctionDecl() 2081 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitCXXMethodDecl() local 2084 ExplicitArgs, TemplateArgs)) in VisitCXXMethodDecl() 2098 &ExplicitArgs, in VisitCXXMethodDecl() 2107 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitCXXMethodDecl() local [all …]
|
| H A D | SemaExpr.cpp | 1657 TemplateArgumentListInfo ExplicitArgs; in ActOnStringLiteral() local 1665 ExplicitArgs.addArgument(TemplateArgumentLoc(TypeArg, TypeArgInfo)); in ActOnStringLiteral() 1671 ExplicitArgs.addArgument(TemplateArgumentLoc(Arg, ArgInfo)); in ActOnStringLiteral() 1674 &ExplicitArgs); in ActOnStringLiteral() 3365 TemplateArgumentListInfo ExplicitArgs; in ActOnNumericConstant() local 3373 ExplicitArgs.addArgument(TemplateArgumentLoc(Arg, ArgInfo)); in ActOnNumericConstant() 3376 &ExplicitArgs); in ActOnNumericConstant()
|