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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp702 bool IsParameterPack = D.hasEllipsis(); local
708 IsParameterPack, TInfo);
723 if (Default && IsParameterPack) {
765 bool IsParameterPack = EllipsisLoc.isValid(); local
769 Depth, Position, IsParameterPack,
789 if (IsParameterPack && !Default.isInvalid()) {

Completed in 81 milliseconds