Searched refs:TryExpandParameterPacks (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | TreeTransform.h | 253 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function 3231 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs() 3790 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments() 4624 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformFunctionTypeParams() 4716 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams() 4934 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec() 5816 if (getDerived().TryExpandParameterPacks( in TransformObjCObjectType() 9486 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr() 9972 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(), in TransformLambdaExpr() 10333 if (getDerived().TryExpandParameterPacks(E->getOperatorLoc(), E->getPackLoc(), in TransformSizeOfPackExpr() [all …]
|
D | SemaTemplateInstantiate.cpp | 660 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anon918e3cd70111::TemplateInstantiator
|