Searched refs:ShouldExpand (Results 1 – 5 of 5) 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 | 663 bool &ShouldExpand, bool &RetainExpansion, in TryExpandParameterPacks() argument 668 ShouldExpand, in TryExpandParameterPacks() 1768 bool ShouldExpand = false; in SubstBaseSpecifiers() local 1774 TemplateArgs, ShouldExpand, in SubstBaseSpecifiers() 1782 if (ShouldExpand) { in SubstBaseSpecifiers()
|
D | TreeTransform.h | 255 bool &ShouldExpand, in TryExpandParameterPacks() argument 258 ShouldExpand = false; in TryExpandParameterPacks() 4431 bool ShouldExpand = false; in TransformFunctionTypeParams() local 4439 ShouldExpand, in TransformFunctionTypeParams() 4445 if (ShouldExpand) { in TransformFunctionTypeParams() 4526 bool ShouldExpand = false; in TransformFunctionTypeParams() local 4530 ShouldExpand, in TransformFunctionTypeParams() 4536 if (ShouldExpand) { in TransformFunctionTypeParams() 9297 bool ShouldExpand = false; in TransformLambdaScope() local 9303 ShouldExpand, RetainExpansion, in TransformLambdaScope() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 3994 bool ShouldExpand = false; in InstantiateMemInitializers() local 4000 TemplateArgs, ShouldExpand, in InstantiateMemInitializers() 4007 assert(ShouldExpand && "Partial instantiation of base initializer?"); in InstantiateMemInitializers()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5962 bool &ShouldExpand,
|