Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h355 NamedDecl *PartiallySubstitutedPack = nullptr; variable
411 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()
480 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()
481 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3722 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()