Searched refs:ShouldExpand (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp648 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand,
650 ShouldExpand = true;
695 ShouldExpand = false;
704 ShouldExpand = false;
645 CheckParameterPacksForExpansion( SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DSemaTemplateInstantiate.cpp932 bool &ShouldExpand, bool &RetainExpansion,
937 ShouldExpand,
2437 bool ShouldExpand = false;
2443 TemplateArgs, ShouldExpand,
2451 if (ShouldExpand) {
929 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DTreeTransform.h249 /// \param ShouldExpand Will be set to \c true if the transformer should
263 /// The callee must set this value when \c ShouldExpand is \c true; it may
268 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
273 bool &ShouldExpand,
276 ShouldExpand = false;
5244 bool ShouldExpand = false; local
5253 ShouldExpand,
5267 if (ShouldExpand) {
5357 bool ShouldExpand = false; local
5361 ShouldExpand,
270 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
11916 bool ShouldExpand = false; local
12303 bool ShouldExpand = false; local
[all...]
H A DSemaTemplateInstantiateDecl.cpp5271 bool ShouldExpand = false; local
5277 TemplateArgs, ShouldExpand,
5284 assert(ShouldExpand && "Partial instantiation of base initializer?");
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7687 /// \param ShouldExpand Will be set to \c true if the transformer should
7701 /// The callee must set this value when \c ShouldExpand is \c true; it may
7706 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
7712 bool &ShouldExpand,

Completed in 163 milliseconds