Searched refs:PartiallySubstitutedPack (Results 1 – 3 of 3) sorted by relevance
229 NamedDecl *PartiallySubstitutedPack; variable248 PartiallySubstitutedPack(0) in SemaRef()
2335 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()2337 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()2340 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()2355 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()2361 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()
566 if (NamedDecl *PartiallySubstitutedPack in PrepareArgumentPackDeduction() local570 if (getDepthAndIndex(PartiallySubstitutedPack).second == PackIndices[I]) in PrepareArgumentPackDeduction()