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