Searched refs:ExplicitArgs (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | TemplateDeduction.h | 58 unsigned ExplicitArgs = 0; variable 75 DeducedDepth(Info.DeducedDepth), ExplicitArgs(Info.ExplicitArgs) {} in TemplateDeductionInfo() 91 return ExplicitArgs; in getNumExplicitArgs() 133 ExplicitArgs = DeducedSugared->size(); in setExplicitArgs()
|
| H A D | Template.h | 504 const TemplateArgument *ExplicitArgs, 520 getPartiallySubstitutedPack(const TemplateArgument **ExplicitArgs = nullptr,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2224 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitFunctionDecl() local 2227 ExplicitArgs)) in VisitFunctionDecl() 2241 &ExplicitArgs, in VisitFunctionDecl() 2252 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitFunctionDecl() local 2255 ExplicitArgs)) in VisitFunctionDecl() 2259 &ExplicitArgs, in VisitFunctionDecl() 2614 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitCXXMethodDecl() local 2617 ExplicitArgs)) in VisitCXXMethodDecl() 2631 &ExplicitArgs, in VisitCXXMethodDecl() 2641 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitCXXMethodDecl() local [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 4120 const TemplateArgument *ExplicitArgs, in SetPartiallySubstitutedPack() argument 4128 ArgsInPartiallySubstitutedPack = ExplicitArgs; in SetPartiallySubstitutedPack() 4133 const TemplateArgument **ExplicitArgs, in getPartiallySubstitutedPack() argument 4135 if (ExplicitArgs) in getPartiallySubstitutedPack() 4136 *ExplicitArgs = nullptr; in getPartiallySubstitutedPack() 4143 if (ExplicitArgs) in getPartiallySubstitutedPack() 4144 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()
|
| H A D | SemaExpr.cpp | 1963 TemplateArgumentListInfo ExplicitArgs; in ActOnStringLiteral() local 1966 ExplicitArgs.addArgument(TemplateArgumentLoc(Arg, ArgInfo)); in ActOnStringLiteral() 1968 StringTokLocs.back(), &ExplicitArgs); in ActOnStringLiteral() 1972 TemplateArgumentListInfo ExplicitArgs; in ActOnStringLiteral() local 1980 ExplicitArgs.addArgument(TemplateArgumentLoc(TypeArg, TypeArgInfo)); in ActOnStringLiteral() 1986 ExplicitArgs.addArgument(TemplateArgumentLoc(Arg, ArgInfo)); in ActOnStringLiteral() 1989 StringTokLocs.back(), &ExplicitArgs); in ActOnStringLiteral() 3853 TemplateArgumentListInfo ExplicitArgs; in ActOnNumericConstant() local 3861 ExplicitArgs.addArgument(TemplateArgumentLoc(Arg, ArgInfo)); in ActOnNumericConstant() 3864 &ExplicitArgs); in ActOnNumericConstant()
|