Searched refs:PartiallySubstitutedPack (Results 1 – 3 of 3) sorted by relevance
229 NamedDecl *PartiallySubstitutedPack; variable249 PartiallySubstitutedPack(nullptr) in SemaRef()288 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()357 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()358 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
2860 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()2862 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()2865 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()2880 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()2886 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()
619 NamedDecl *PartiallySubstitutedPack = in PackDeductionScope() local622 if (PartiallySubstitutedPack && in PackDeductionScope()623 getDepthAndIndex(PartiallySubstitutedPack).second == Pack.Index) in PackDeductionScope()