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 | 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/clang/include/clang/Sema/ |
D | Sema.h | 6351 bool &ShouldExpand,
|