Searched defs:ShouldExpand (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp541 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand,
543 ShouldExpand = true;
586 ShouldExpand = false;
595 ShouldExpand = false;
538 CheckParameterPacksForExpansion( SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DSemaTemplateInstantiate.cpp660 bool &ShouldExpand, bool &RetainExpansion,
665 ShouldExpand,
1760 bool ShouldExpand = false; local
1766 TemplateArgs, ShouldExpand,
1774 if (ShouldExpand) {
657 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DSemaTemplateInstantiateDecl.cpp4257 bool ShouldExpand = false; local
4263 TemplateArgs, ShouldExpand,
4270 assert(ShouldExpand && "Partial instantiation of base initializer?");
H A DTreeTransform.h232 /// \param ShouldExpand Will be set to \c true if the transformer should
246 /// The callee must set this value when \c ShouldExpand is \c true; it may
251 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
256 bool &ShouldExpand,
259 ShouldExpand = false;
4727 bool ShouldExpand = false; local
4735 ShouldExpand,
4741 if (ShouldExpand) {
4828 bool ShouldExpand = false; local
4832 ShouldExpand,
253 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
10306 bool ShouldExpand = false; local
10667 bool ShouldExpand = false; local
[all...]

Completed in 298 milliseconds