Home
last modified time | relevance | path

Searched refs:PartiallySubstitutedPack (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DTemplate.h229 NamedDecl *PartiallySubstitutedPack; variable
249 PartiallySubstitutedPack(nullptr) in SemaRef()
288 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()
357 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()
358 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2835 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()
2837 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()
2840 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()
2855 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()
2861 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()
DSemaTemplateDeduction.cpp623 NamedDecl *PartiallySubstitutedPack = in PackDeductionScope() local
626 if (PartiallySubstitutedPack && in PackDeductionScope()
627 getDepthAndIndex(PartiallySubstitutedPack).second == Pack.Index) in PackDeductionScope()