Searched refs:ShouldExpand (Results 1 - 5 of 5) 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.cpp663 bool &ShouldExpand, bool &RetainExpansion,
668 ShouldExpand,
1767 bool ShouldExpand = false; local
1773 TemplateArgs, ShouldExpand,
1781 if (ShouldExpand) {
660 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
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;
4619 bool ShouldExpand = false; local
4627 ShouldExpand,
4633 if (ShouldExpand) {
4714 bool ShouldExpand = false; local
4718 ShouldExpand,
253 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
9969 bool ShouldExpand = false; local
10330 bool ShouldExpand = false; local
[all...]
H A DSemaTemplateInstantiateDecl.cpp4047 bool ShouldExpand = false; local
4053 TemplateArgs, ShouldExpand,
4060 assert(ShouldExpand && "Partial instantiation of base initializer?");
/external/clang/include/clang/Sema/
H A DSema.h6201 /// \param ShouldExpand Will be set to \c true if the transformer should
6215 /// The callee must set this value when \c ShouldExpand is \c true; it may
6220 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
6226 bool &ShouldExpand,

Completed in 671 milliseconds