Home
last modified time | relevance | path

Searched refs:TryExpandParameterPacks (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h279 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function
4010 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs()
4604 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments()
5804 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams()
6047 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec()
7170 if (getDerived().TryExpandParameterPacks( in TransformObjCObjectType()
12461 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr()
13031 if (getDerived().TryExpandParameterPacks( in TransformLambdaExpr()
13219 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(), in TransformLambdaExpr()
13767 if (getDerived().TryExpandParameterPacks(E->getEllipsisLoc(), in TransformCXXFoldExpr()
[all …]
H A DSemaTemplateInstantiate.cpp968 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anon2e76b3e50111::TemplateInstantiator