Searched refs:PartiallySubstitutedPack (Results 1 – 2 of 2) sorted by relevance
355 NamedDecl *PartiallySubstitutedPack = nullptr; variable411 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()480 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()481 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
3722 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()3724 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()3727 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()3742 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()3748 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()