Searched defs:ShouldExpand (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 692 CheckParameterPacksForExpansion(SourceLocation EllipsisLoc,SourceRange PatternRange,ArrayRef<UnexpandedParameterPack> Unexpanded,const MultiLevelTemplateArgumentList & TemplateArgs,bool & ShouldExpand,bool & RetainExpansion,std::optional<unsigned> & NumExpansions) CheckParameterPacksForExpansion() argument
|
H A D | SemaTemplateInstantiate.cpp | 1396 TryExpandParameterPacks(SourceLocation EllipsisLoc,SourceRange PatternRange,ArrayRef<UnexpandedParameterPack> Unexpanded,bool & ShouldExpand,bool & RetainExpansion,std::optional<unsigned> & NumExpansions) TryExpandParameterPacks() argument 3325 bool ShouldExpand = false; SubstBaseSpecifiers() local
|
H A D | TreeTransform.h | 290 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions) in TryExpandParameterPacks() argument 5978 bool ShouldExpand = false; TransformFunctionTypeParams() local 6093 bool ShouldExpand = false; TransformFunctionTypeParams() local 6662 bool ShouldExpand = true; TransformPackIndexingType() local 14462 bool ShouldExpand = false; TransformLambdaExpr() local 14971 bool ShouldExpand = false; TransformSizeOfPackExpr() local 15114 bool ShouldExpand = true; TransformPackIndexingExpr() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 5713 bool ShouldExpand = false; InstantiateMemInitializers() local
|