Searched refs:PartiallySubstitutedPack (Results 1 – 2 of 2) sorted by relevance
321 NamedDecl *PartiallySubstitutedPack = nullptr; variable377 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()446 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()447 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
3676 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()3678 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()3681 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()3696 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()3702 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()