Searched refs:SubstDefaultArgument (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ ! |
| H A D | SemaTemplateInstantiateDecl.cpp | 2394 if (SemaRef.SubstDefaultArgument(D->getInnerLocStart(), PVD, TemplateArgs)) { in VisitFunctionDecl() 2783 if (SemaRef.SubstDefaultArgument(StartLoc, Params[P], TemplateArgs)) { in VisitCXXMethodDecl() 4669 if (SubstDefaultArgument(CallLoc, Param, TemplateArgs, /*ForCallExpr*/ true)) in InstantiateDefaultArgument()
|
| H A D | SemaTemplateInstantiate.cpp | 1677 if (SemaRef.SubstDefaultArgument(EqualLoc, PVD, TemplateArgs)) { in TransformLambdaExpr() 3209 bool Sema::SubstDefaultArgument( in SubstDefaultArgument() function in Sema
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ ! |
| H A D | Sema.h | 13310 bool SubstDefaultArgument(SourceLocation Loc, ParmVarDecl *Param,
|