Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h279 NamedDecl *PartiallySubstitutedPack = nullptr; variable
335 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()
404 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()
405 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2994 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()