Searched refs:PartiallySubstitutedPack (Results 1 – 3 of 3) sorted by relevance
229 NamedDecl *PartiallySubstitutedPack; variable249 PartiallySubstitutedPack(nullptr) in SemaRef()283 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()350 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()351 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
2737 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()2739 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()2742 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()2757 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()2763 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()
649 NamedDecl *PartiallySubstitutedPack = in PackDeductionScope() local652 if (PartiallySubstitutedPack && in PackDeductionScope()653 getDepthAndIndex(PartiallySubstitutedPack).second == Pack.Index) in PackDeductionScope()