Searched refs:PartiallySubstitutedPack (Results 1 – 2 of 2) sorted by relevance
421 NamedDecl *PartiallySubstitutedPack = nullptr; variable479 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()554 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()555 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
4705 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()4707 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()4710 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()4725 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()4731 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()