HomeSort by relevance Sort by last modified time
    Searched full: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 623 NamedDecl *PartiallySubstitutedPack =
626 if (PartiallySubstitutedPack &&
627 getDepthAndIndex(PartiallySubstitutedPack).second == Pack.Index)
    [all...]

Completed in 924 milliseconds