Searched refs:ShouldExpand (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 672 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, in CheckParameterPacksForExpansion() argument 674 ShouldExpand = true; in CheckParameterPacksForExpansion() 719 ShouldExpand = false; in CheckParameterPacksForExpansion() 728 ShouldExpand = false; in CheckParameterPacksForExpansion()
|
| H A D | SemaTemplateInstantiate.cpp | 955 bool &ShouldExpand, bool &RetainExpansion, in TryExpandParameterPacks() argument 960 ShouldExpand, in TryExpandParameterPacks() 2513 bool ShouldExpand = false; in SubstBaseSpecifiers() local 2519 TemplateArgs, ShouldExpand, in SubstBaseSpecifiers() 2527 if (ShouldExpand) { in SubstBaseSpecifiers()
|
| H A D | TreeTransform.h | 282 bool &ShouldExpand, in TryExpandParameterPacks() argument 285 ShouldExpand = false; in TryExpandParameterPacks() 5600 bool ShouldExpand = false; in TransformFunctionTypeParams() local 5609 ShouldExpand, in TransformFunctionTypeParams() 5623 if (ShouldExpand) { in TransformFunctionTypeParams() 5713 bool ShouldExpand = false; in TransformFunctionTypeParams() local 5717 ShouldExpand, in TransformFunctionTypeParams() 5723 if (ShouldExpand) { in TransformFunctionTypeParams() 12846 bool ShouldExpand = false; in TransformLambdaExpr() local 12852 ShouldExpand, RetainExpansion, in TransformLambdaExpr() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5413 bool ShouldExpand = false; in InstantiateMemInitializers() local 5419 TemplateArgs, ShouldExpand, in InstantiateMemInitializers() 5426 assert(ShouldExpand && "Partial instantiation of base initializer?"); in InstantiateMemInitializers()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 8249 bool &ShouldExpand,
|