Searched refs:ShouldExpand (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 680 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, in CheckParameterPacksForExpansion() argument 682 ShouldExpand = true; in CheckParameterPacksForExpansion() 725 ShouldExpand = false; in CheckParameterPacksForExpansion() 734 ShouldExpand = false; in CheckParameterPacksForExpansion()
|
| H A D | SemaTemplateInstantiate.cpp | 1256 bool &ShouldExpand, bool &RetainExpansion, in TryExpandParameterPacks() argument 1261 ShouldExpand, in TryExpandParameterPacks() 3135 bool ShouldExpand = false; in SubstBaseSpecifiers() local 3141 TemplateArgs, ShouldExpand, in SubstBaseSpecifiers() 3149 if (ShouldExpand) { in SubstBaseSpecifiers()
|
| H A D | TreeTransform.h | 286 ShouldExpand = false; in TryExpandParameterPacks() 5884 bool ShouldExpand = false; in TransformFunctionTypeParams() local 5893 ShouldExpand, in TransformFunctionTypeParams() 5907 if (ShouldExpand) { in TransformFunctionTypeParams() 5999 bool ShouldExpand = false; in TransformFunctionTypeParams() local 6003 ShouldExpand, in TransformFunctionTypeParams() 6009 if (ShouldExpand) { in TransformFunctionTypeParams() 13583 bool ShouldExpand = false; in TransformLambdaExpr() local 13595 if (ShouldExpand) { in TransformLambdaExpr() 14047 bool ShouldExpand = false; in TransformSizeOfPackExpr() local [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5747 bool ShouldExpand = false; in InstantiateMemInitializers() local 5753 TemplateArgs, ShouldExpand, in InstantiateMemInitializers() 5760 assert(ShouldExpand && "Partial instantiation of base initializer?"); in InstantiateMemInitializers()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9148 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand,
|