HomeSort by relevance Sort by last modified time
    Searched refs:PartiallySubstitutedPack (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
Template.h 229 NamedDecl *PartiallySubstitutedPack;
231 /// \brief If \c PartiallySubstitutedPack is non-null, the set of
235 /// \brief If \c PartiallySubstitutedPack, the number of
249 PartiallySubstitutedPack(nullptr)
288 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack;
357 assert(PartiallySubstitutedPack && "No partially-substituted pack");
358 PartiallySubstitutedPack = nullptr;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp 619 NamedDecl *PartiallySubstitutedPack =
622 if (PartiallySubstitutedPack &&
623 getDepthAndIndex(PartiallySubstitutedPack).second == Pack.Index)
    [all...]

Completed in 80 milliseconds