Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h281 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function
4190 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs()
4789 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments()
6001 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams()
6250 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec()
7401 if (getDerived().TryExpandParameterPacks( in TransformObjCObjectType()
12872 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr()
13448 if (getDerived().TryExpandParameterPacks( in TransformLambdaExpr()
13586 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(), in TransformLambdaExpr()
14222 if (getDerived().TryExpandParameterPacks(E->getEllipsisLoc(), in TransformCXXFoldExpr()
[all …]
H A DSemaTemplateInstantiate.cpp1253 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anon0819d12b0211::TemplateInstantiator