Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h416 NamedDecl *PartiallySubstitutedPack = nullptr; variable
472 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()
541 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()
542 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4319 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()
4321 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()
4324 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()
4339 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()
4345 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()