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

/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp532 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand,
534 ShouldExpand = true;
577 ShouldExpand = false;
586 ShouldExpand = false;
529 CheckParameterPacksForExpansion( SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DSemaTemplateInstantiate.cpp679 bool &ShouldExpand, bool &RetainExpansion,
684 ShouldExpand,
1734 bool ShouldExpand = false; local
1740 TemplateArgs, ShouldExpand,
1748 if (ShouldExpand) {
676 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DSemaTemplateInstantiateDecl.cpp4027 bool ShouldExpand = false; local
4033 TemplateArgs, ShouldExpand,
4040 assert(ShouldExpand && "Partial instantiation of base initializer?");
H A DTreeTransform.h231 /// \param ShouldExpand Will be set to \c true if the transformer should
245 /// The callee must set this value when \c ShouldExpand is \c true; it may
250 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
255 bool &ShouldExpand,
258 ShouldExpand = false;
4306 bool ShouldExpand = false; local
4314 ShouldExpand,
4320 if (ShouldExpand) {
4401 bool ShouldExpand = false; local
4405 ShouldExpand,
252 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
8827 bool ShouldExpand = false; local
9175 bool ShouldExpand = false; local
[all...]

Completed in 2272 milliseconds