Searched refs:PartiallySubstitutedPack (Results 1 – 2 of 2) sorted by relevance
416 NamedDecl *PartiallySubstitutedPack = nullptr; variable472 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()541 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()542 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
4462 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()4464 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()4467 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()4482 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()4488 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()