Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h279 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function
3924 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs()
4515 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments()
5606 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformFunctionTypeParams()
5715 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams()
5958 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec()
7047 if (getDerived().TryExpandParameterPacks( in TransformObjCObjectType()
12101 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr()
12671 if (getDerived().TryExpandParameterPacks( in TransformLambdaExpr()
12849 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(), in TransformLambdaExpr()
[all …]
H A DSemaTemplateInstantiate.cpp952 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anon1be828e00111::TemplateInstantiator