Searched refs:PartiallySubstitutedPack (Results 1 – 2 of 2) sorted by relevance
279 NamedDecl *PartiallySubstitutedPack = nullptr; variable335 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()404 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()405 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
2994 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()2996 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()2999 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()3014 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()3020 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()