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() 1767 bool ShouldExpand = false; in SubstBaseSpecifiers() local 1773 TemplateArgs, ShouldExpand, in SubstBaseSpecifiers() 1781 if (ShouldExpand) { in SubstBaseSpecifiers()
|
D | TreeTransform.h | 256 bool &ShouldExpand, in TryExpandParameterPacks() argument 259 ShouldExpand = false; in TryExpandParameterPacks() 4619 bool ShouldExpand = false; in TransformFunctionTypeParams() local 4627 ShouldExpand, in TransformFunctionTypeParams() 4633 if (ShouldExpand) { in TransformFunctionTypeParams() 4714 bool ShouldExpand = false; in TransformFunctionTypeParams() local 4718 ShouldExpand, in TransformFunctionTypeParams() 4724 if (ShouldExpand) { in TransformFunctionTypeParams() 9969 bool ShouldExpand = false; in TransformLambdaExpr() local 9975 ShouldExpand, RetainExpansion, in TransformLambdaExpr() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 4047 bool ShouldExpand = false; in InstantiateMemInitializers() local 4053 TemplateArgs, ShouldExpand, in InstantiateMemInitializers() 4060 assert(ShouldExpand && "Partial instantiation of base initializer?"); in InstantiateMemInitializers()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6226 bool &ShouldExpand,
|