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

/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp533 bool &ShouldExpand,
536 ShouldExpand = true;
579 ShouldExpand = false;
588 ShouldExpand = false;
529 CheckParameterPacksForExpansion(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, bool &RetainExpansion, llvm::Optional<unsigned> &NumExpansions) argument
H A DSemaTemplateInstantiate.cpp710 bool &ShouldExpand,
716 ShouldExpand,
1676 bool ShouldExpand = false; local
1682 TemplateArgs, ShouldExpand,
1690 if (ShouldExpand) {
707 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, llvm::ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, llvm::Optional<unsigned> &NumExpansions) argument
H A DTreeTransform.h227 /// \param ShouldExpand Will be set to \c true if the transformer should
241 /// The callee must set this value when \c ShouldExpand is \c true; it may
246 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
251 bool &ShouldExpand,
254 ShouldExpand = false;
3992 bool ShouldExpand = false; local
4000 ShouldExpand,
4006 if (ShouldExpand) {
4089 bool ShouldExpand = false; local
4093 ShouldExpand,
248 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, llvm::ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, llvm::Optional<unsigned> &NumExpansions) argument
7935 bool ShouldExpand = false; local
8278 bool ShouldExpand = false; local
[all...]
H A DSemaTemplateInstantiateDecl.cpp2985 bool ShouldExpand = false; local
2991 TemplateArgs, ShouldExpand,
2998 assert(ShouldExpand && "Partial instantiation of base initializer?");
/external/clang/include/clang/Sema/
H A DSema.h5211 /// \param ShouldExpand Will be set to \c true if the transformer should
5225 /// The callee must set this value when \c ShouldExpand is \c true; it may
5230 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
5236 bool &ShouldExpand,

Completed in 103 milliseconds