Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h321 NamedDecl *PartiallySubstitutedPack = nullptr; variable
377 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()
446 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack()
447 PartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3676 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()
3678 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()
3681 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()
3696 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()
3702 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()