Searched refs:ShouldExpand (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 696 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, in CheckParameterPacksForExpansion() argument 698 ShouldExpand = true; in CheckParameterPacksForExpansion() 741 ShouldExpand = false; in CheckParameterPacksForExpansion() 750 ShouldExpand = false; in CheckParameterPacksForExpansion()
|
| H A D | SemaTemplateInstantiate.cpp | 1397 bool &ShouldExpand, bool &RetainExpansion, in TryExpandParameterPacks() argument 1402 ShouldExpand, in TryExpandParameterPacks() 3314 bool ShouldExpand = false; in SubstBaseSpecifiers() local 3320 TemplateArgs, ShouldExpand, in SubstBaseSpecifiers() 3328 if (ShouldExpand) { in SubstBaseSpecifiers()
|
| H A D | TreeTransform.h | 290 bool &ShouldExpand, bool &RetainExpansion, in TryExpandParameterPacks() argument 292 ShouldExpand = false; in TryExpandParameterPacks() 5981 bool ShouldExpand = false; in TransformFunctionTypeParams() local 5990 ShouldExpand, in TransformFunctionTypeParams() 6004 if (ShouldExpand) { in TransformFunctionTypeParams() 6096 bool ShouldExpand = false; in TransformFunctionTypeParams() local 6100 ShouldExpand, in TransformFunctionTypeParams() 6106 if (ShouldExpand) { in TransformFunctionTypeParams() 6665 bool ShouldExpand = true; in TransformPackIndexingType() local 6670 Unexpanded, ShouldExpand, in TransformPackIndexingType() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5731 bool ShouldExpand = false; in InstantiateMemInitializers() local 5737 TemplateArgs, ShouldExpand, in InstantiateMemInitializers() 5744 assert(ShouldExpand && "Partial instantiation of base initializer?"); in InstantiateMemInitializers()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 14182 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand,
|