Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h254 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function
3452 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs()
4058 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments()
5059 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformFunctionTypeParams()
5157 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams()
5407 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec()
6386 if (getDerived().TryExpandParameterPacks( in TransformObjCObjectType()
10626 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr()
11156 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(), in TransformLambdaExpr()
11660 if (getDerived().TryExpandParameterPacks(E->getEllipsisLoc(), in TransformCXXFoldExpr()
[all …]
H A DSemaTemplateInstantiate.cpp763 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anon2e492d640111::TemplateInstantiator