Searched refs:PatternRange (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/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.cpp769 SourceRange PatternRange,
774 PatternRange, Unexpanded,
768 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,
981 SourceRange PatternRange,
984 return getSema().CheckPackExpansion(Pattern, PatternRange, EllipsisLoc,
8962 SourceRange PatternRange(OrigElement.Key->getLocStart(),
8965 PatternRange,
253 TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef<UnexpandedParameterPack> Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional<unsigned> &NumExpansions) argument
980 RebuildPackExpansionType(QualType Pattern, SourceRange PatternRange, SourceLocation EllipsisLoc, Optional<unsigned> NumExpansions) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5685 SourceRange PatternRange,
5715 /// \param PatternRange The source range that covers the entire pattern of
5743 SourceRange PatternRange,

Completed in 147 milliseconds