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 3314 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs() 3896 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments() 4732 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformFunctionTypeParams() 4830 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams() 5079 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec() 5981 if (getDerived().TryExpandParameterPacks( in TransformObjCObjectType() 9793 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr() 10309 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(), in TransformLambdaExpr() 10670 if (getDerived().TryExpandParameterPacks(E->getOperatorLoc(), E->getPackLoc(), in TransformSizeOfPackExpr() [all …]
|
D | SemaTemplateInstantiate.cpp | 657 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anonebc491800111::TemplateInstantiator
|