Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h287 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function
4273 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs()
4869 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments()
5987 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformFunctionTypeParams()
6098 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams()
6398 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec()
6669 if (getDerived().TryExpandParameterPacks(TL.getEllipsisLoc(), SourceRange(), in TransformPackIndexingType()
7685 if (getDerived().TryExpandParameterPacks( in TransformObjCObjectType()
13763 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr()
14339 if (getDerived().TryExpandParameterPacks( in TransformLambdaExpr()
[all …]
H A DSemaTemplateInstantiate.cpp1391 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anondb690eb50211::TemplateInstantiator