Searched refs:SubstDefaultArgument (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaTemplateInstantiateDecl.cpp | 2394 if (SemaRef.SubstDefaultArgument(D->getInnerLocStart(), PVD, TemplateArgs)) { in VisitFunctionDecl() 2783 if (SemaRef.SubstDefaultArgument(StartLoc, Params[P], TemplateArgs)) { in VisitCXXMethodDecl() 4667 if (SubstDefaultArgument(CallLoc, Param, TemplateArgs, /*ForCallExpr*/ true)) in InstantiateDefaultArgument()
|
| HD | SemaTemplateInstantiate.cpp | 1674 if (SemaRef.SubstDefaultArgument(EqualLoc, PVD, TemplateArgs)) { in TransformLambdaExpr() 3206 bool Sema::SubstDefaultArgument( in SubstDefaultArgument() function in Sema
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 13303 bool SubstDefaultArgument(SourceLocation Loc, ParmVarDecl *Param,
|