Searched defs:PatternRange (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp485 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, argument
494 << PatternRange;
539 SourceLocation EllipsisLoc, SourceRange PatternRange,
538 CheckParameterPacksForExpansion( SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DSemaTemplateInstantiate.cpp658 SourceRange PatternRange,
663 PatternRange, Unexpanded,
657 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DTreeTransform.h226 /// \param PatternRange The source range that covers the entire pattern of
254 SourceRange PatternRange,
1045 SourceRange PatternRange,
1048 return getSema().CheckPackExpansion(Pattern, PatternRange, EllipsisLoc,
10965 SourceRange PatternRange(OrigElement.Key->getLocStart(),
10968 PatternRange,
253 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
1044 RebuildPackExpansionType(QualType Pattern, SourceRange PatternRange, SourceLocation EllipsisLoc, Optional<unsigned> NumExpansions) argument

Completed in 71 milliseconds