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

/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp476 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, argument
485 << PatternRange;
530 SourceLocation EllipsisLoc, SourceRange PatternRange,
529 CheckParameterPacksForExpansion( SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DSemaTemplateInstantiate.cpp677 SourceRange PatternRange,
682 PatternRange, Unexpanded,
676 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
H A DTreeTransform.h225 /// \param PatternRange The source range that covers the entire pattern of
253 SourceRange PatternRange,
988 SourceRange PatternRange,
991 return getSema().CheckPackExpansion(Pattern, PatternRange, EllipsisLoc,
9307 SourceRange PatternRange(OrigElement.Key->getLocStart(),
9310 PatternRange,
252 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
987 RebuildPackExpansionType(QualType Pattern, SourceRange PatternRange, SourceLocation EllipsisLoc, Optional<unsigned> NumExpansions) argument

Completed in 712 milliseconds