Searched refs:TryExpandParameterPacks (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 287 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 D | SemaTemplateInstantiate.cpp | 1391 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anondb690eb50211::TemplateInstantiator
|