Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTreeTransform.h249 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function
2784 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs()
3316 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments()
4163 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformFunctionTypeParams()
4255 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams()
7885 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr()
8311 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(), in TransformLambdaScope()
8656 if (getDerived().TryExpandParameterPacks(E->getOperatorLoc(), E->getPackLoc(), in TransformSizeOfPackExpr()
8787 if (getDerived().TryExpandParameterPacks(OrigElement.EllipsisLoc, in TransformObjCDictionaryLiteral()
DSemaTemplateInstantiate.cpp760 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anon3a5629e10111::TemplateInstantiator