Searched refs:TryExpandParameterPacks (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 292 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function 4476 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(), in TransformExprs() 5083 if (getDerived().TryExpandParameterPacks(Ellipsis, in TransformTemplateArguments() 6214 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformFunctionTypeParams() 6325 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(), in TransformFunctionTypeParams() 6625 if (getDerived().TryExpandParameterPacks( in TransformExceptionSpec() 6901 if (getDerived().TryExpandParameterPacks(TL.getEllipsisLoc(), SourceRange(), in TransformPackIndexingType() 7977 if (getDerived().TryExpandParameterPacks( in TransformObjCObjectType() 14883 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in TransformTypeTraitExpr() 15460 if (getDerived().TryExpandParameterPacks( in TransformLambdaExpr() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 1454 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, in TryExpandParameterPacks() function in __anondb690eb50211::TemplateInstantiator 1988 if (TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(), in maybeInstantiateFunctionParameterToScope()
|