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
248 PartiallySubstitutedPack(0) in SemaRef()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2335 assert((!PartiallySubstitutedPack || PartiallySubstitutedPack == Pack) && in SetPartiallySubstitutedPack()
2337 assert((!PartiallySubstitutedPack in SetPartiallySubstitutedPack()
2340 PartiallySubstitutedPack = Pack; in SetPartiallySubstitutedPack()
2355 if (Current->PartiallySubstitutedPack) { in getPartiallySubstitutedPack()
2361 return Current->PartiallySubstitutedPack; in getPartiallySubstitutedPack()
DSemaTemplateDeduction.cpp566 if (NamedDecl *PartiallySubstitutedPack in PrepareArgumentPackDeduction() local
570 if (getDepthAndIndex(PartiallySubstitutedPack).second == PackIndices[I]) in PrepareArgumentPackDeduction()