Searched refs:ShouldExpand (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 671 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, in CheckParameterPacksForExpansion() argument 673 ShouldExpand = true; in CheckParameterPacksForExpansion() 716 ShouldExpand = false; in CheckParameterPacksForExpansion() 725 ShouldExpand = false; in CheckParameterPacksForExpansion()
|
| H A D | SemaTemplateInstantiate.cpp | 971 bool &ShouldExpand, bool &RetainExpansion, in TryExpandParameterPacks() argument 976 ShouldExpand, in TryExpandParameterPacks() 2557 bool ShouldExpand = false; in SubstBaseSpecifiers() local 2563 TemplateArgs, ShouldExpand, in SubstBaseSpecifiers() 2571 if (ShouldExpand) { in SubstBaseSpecifiers()
|
| H A D | TreeTransform.h | 282 bool &ShouldExpand, in TryExpandParameterPacks() argument 285 ShouldExpand = false; in TryExpandParameterPacks() 5689 bool ShouldExpand = false; in TransformFunctionTypeParams() local 5712 if (ShouldExpand) { in TransformFunctionTypeParams() 5802 bool ShouldExpand = false; in TransformFunctionTypeParams() local 5806 ShouldExpand, in TransformFunctionTypeParams() 5812 if (ShouldExpand) { in TransformFunctionTypeParams() 13216 bool ShouldExpand = false; in TransformLambdaExpr() local 13228 if (ShouldExpand) { in TransformLambdaExpr() 13593 bool ShouldExpand = false; in TransformSizeOfPackExpr() local [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5634 bool ShouldExpand = false; in InstantiateMemInitializers() local 5640 TemplateArgs, ShouldExpand, in InstantiateMemInitializers() 5647 assert(ShouldExpand && "Partial instantiation of base initializer?"); in InstantiateMemInitializers()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 8622 bool &ShouldExpand,
|