Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h279 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function
3945 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs()
4538 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments()
5738 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams()
5981 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec()
7070 if (getDerived().TryExpandParameterPacks( in TransformObjCObjectType()
12180 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr()
12746 if (getDerived().TryExpandParameterPacks( in TransformLambdaExpr()
12924 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(), in TransformLambdaExpr()
13472 if (getDerived().TryExpandParameterPacks(E->getEllipsisLoc(), in TransformCXXFoldExpr()
[all …]
H A DSemaTemplateInstantiate.cpp952 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anon0918bce90111::TemplateInstantiator