Searched refs:ShouldExpand (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 541 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, in CheckParameterPacksForExpansion() argument 543 ShouldExpand = true; in CheckParameterPacksForExpansion() 586 ShouldExpand = false; in CheckParameterPacksForExpansion() 595 ShouldExpand = false; in CheckParameterPacksForExpansion()
|
D | SemaTemplateInstantiate.cpp | 660 bool &ShouldExpand, bool &RetainExpansion, in TryExpandParameterPacks() argument 665 ShouldExpand, in TryExpandParameterPacks() 1760 bool ShouldExpand = false; in SubstBaseSpecifiers() local 1766 TemplateArgs, ShouldExpand, in SubstBaseSpecifiers() 1774 if (ShouldExpand) { in SubstBaseSpecifiers()
|
D | TreeTransform.h | 256 bool &ShouldExpand, in TryExpandParameterPacks() argument 259 ShouldExpand = false; in TryExpandParameterPacks() 4727 bool ShouldExpand = false; in TransformFunctionTypeParams() local 4735 ShouldExpand, in TransformFunctionTypeParams() 4741 if (ShouldExpand) { in TransformFunctionTypeParams() 4828 bool ShouldExpand = false; in TransformFunctionTypeParams() local 4832 ShouldExpand, in TransformFunctionTypeParams() 4838 if (ShouldExpand) { in TransformFunctionTypeParams() 10306 bool ShouldExpand = false; in TransformLambdaExpr() local 10312 ShouldExpand, RetainExpansion, in TransformLambdaExpr() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 4257 bool ShouldExpand = false; in InstantiateMemInitializers() local 4263 TemplateArgs, ShouldExpand, in InstantiateMemInitializers() 4270 assert(ShouldExpand && "Partial instantiation of base initializer?"); in InstantiateMemInitializers()
|
/external/llvm-project/clang/lib/Sema/ |
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()
|
D | SemaTemplateInstantiate.cpp | 954 bool &ShouldExpand, bool &RetainExpansion, in TryExpandParameterPacks() argument 959 ShouldExpand, in TryExpandParameterPacks() 2510 bool ShouldExpand = false; in SubstBaseSpecifiers() local 2516 TemplateArgs, ShouldExpand, in SubstBaseSpecifiers() 2524 if (ShouldExpand) { in SubstBaseSpecifiers()
|
D | TreeTransform.h | 282 bool &ShouldExpand, in TryExpandParameterPacks() argument 285 ShouldExpand = false; in TryExpandParameterPacks() 5514 bool ShouldExpand = false; in TransformFunctionTypeParams() local 5523 ShouldExpand, in TransformFunctionTypeParams() 5537 if (ShouldExpand) { in TransformFunctionTypeParams() 5627 bool ShouldExpand = false; in TransformFunctionTypeParams() local 5631 ShouldExpand, in TransformFunctionTypeParams() 5637 if (ShouldExpand) { in TransformFunctionTypeParams() 12606 bool ShouldExpand = false; in TransformLambdaExpr() local 12612 ShouldExpand, RetainExpansion, in TransformLambdaExpr() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 5405 bool ShouldExpand = false; in InstantiateMemInitializers() local 5411 TemplateArgs, ShouldExpand, in InstantiateMemInitializers() 5418 assert(ShouldExpand && "Partial instantiation of base initializer?"); in InstantiateMemInitializers()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6351 bool &ShouldExpand,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 8097 bool &ShouldExpand,
|