Searched refs:SubstDefaultArgument (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1470 if (SemaRef.SubstDefaultArgument(EqualLoc, PVD, TemplateArgs)) { in TransformLambdaExpr() 3024 bool Sema::SubstDefaultArgument( in SubstDefaultArgument() function in Sema
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2351 if (SemaRef.SubstDefaultArgument(D->getInnerLocStart(), PVD, TemplateArgs)) { in VisitFunctionDecl() 2740 if (SemaRef.SubstDefaultArgument(StartLoc, Params[P], TemplateArgs)) { in VisitCXXMethodDecl() 4663 if (SubstDefaultArgument(CallLoc, Param, TemplateArgs, /*ForCallExpr*/ true)) in InstantiateDefaultArgument()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10278 bool SubstDefaultArgument(SourceLocation Loc, ParmVarDecl *Param,
|