Searched refs:ExplicitArgs (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | TemplateDeduction.h | 59 unsigned ExplicitArgs = 0; variable 76 DeducedDepth(Info.DeducedDepth), ExplicitArgs(Info.ExplicitArgs) {} in TemplateDeductionInfo() 92 return ExplicitArgs; in getNumExplicitArgs() 134 ExplicitArgs = DeducedSugared->size(); in setExplicitArgs()
|
| H A D | Template.h | 535 const TemplateArgument *ExplicitArgs, 551 getPartiallySubstitutedPack(const TemplateArgument **ExplicitArgs = nullptr,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2311 TemplateArgumentListInfo ExplicitArgs; in VisitFunctionDecl() local 2313 ExplicitArgs.setLAngleLoc(ArgsWritten->getLAngleLoc()); in VisitFunctionDecl() 2314 ExplicitArgs.setRAngleLoc(ArgsWritten->getRAngleLoc()); in VisitFunctionDecl() 2316 ExplicitArgs)) in VisitFunctionDecl() 2331 DFTSI->TemplateArgumentsAsWritten ? &ExplicitArgs : nullptr, in VisitFunctionDecl() 2342 TemplateArgumentListInfo ExplicitArgs(ArgsWritten->getLAngleLoc(), in VisitFunctionDecl() local 2345 ExplicitArgs)) in VisitFunctionDecl() 2349 &ExplicitArgs, in VisitFunctionDecl() 2712 TemplateArgumentListInfo ExplicitArgs; in VisitCXXMethodDecl() local 2714 ExplicitArgs.setLAngleLoc(ArgsWritten->getLAngleLoc()); in VisitCXXMethodDecl() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 4453 const TemplateArgument *ExplicitArgs, in SetPartiallySubstitutedPack() argument 4461 ArgsInPartiallySubstitutedPack = ExplicitArgs; in SetPartiallySubstitutedPack() 4466 const TemplateArgument **ExplicitArgs, in getPartiallySubstitutedPack() argument 4468 if (ExplicitArgs) in getPartiallySubstitutedPack() 4469 *ExplicitArgs = nullptr; in getPartiallySubstitutedPack() 4476 if (ExplicitArgs) in getPartiallySubstitutedPack() 4477 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()
|
| H A D | SemaExpr.cpp | 2148 TemplateArgumentListInfo ExplicitArgs; in ActOnStringLiteral() local 2151 ExplicitArgs.addArgument(TemplateArgumentLoc(Arg, ArgInfo)); in ActOnStringLiteral() 2153 StringTokLocs.back(), &ExplicitArgs); in ActOnStringLiteral() 2157 TemplateArgumentListInfo ExplicitArgs; in ActOnStringLiteral() local 2165 ExplicitArgs.addArgument(TemplateArgumentLoc(TypeArg, TypeArgInfo)); in ActOnStringLiteral() 2171 ExplicitArgs.addArgument(TemplateArgumentLoc(Arg, ArgInfo)); in ActOnStringLiteral() 2174 StringTokLocs.back(), &ExplicitArgs); in ActOnStringLiteral() 3756 TemplateArgumentListInfo ExplicitArgs; in ActOnNumericConstant() local 3764 ExplicitArgs.addArgument(TemplateArgumentLoc(Arg, ArgInfo)); in ActOnNumericConstant() 3767 &ExplicitArgs); in ActOnNumericConstant()
|