Searched refs:TryExpandParameterPacks (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | TreeTransform.h | 252 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function 3043 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs() 3602 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments() 4436 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformFunctionTypeParams() 4528 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams() 4748 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec() 8804 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr() 9300 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(), in TransformLambdaScope() 9648 if (getDerived().TryExpandParameterPacks(E->getOperatorLoc(), E->getPackLoc(), in TransformSizeOfPackExpr() 9717 if (getDerived().TryExpandParameterPacks(E->getEllipsisLoc(), in TransformCXXFoldExpr() [all …]
|
D | SemaTemplateInstantiate.cpp | 660 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anon918e3cd70111::TemplateInstantiator
|