reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Template.h
  335       newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack;
  335       newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack;
  405       ArgsInPartiallySubstitutedPack = nullptr;
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 3096   ArgsInPartiallySubstitutedPack = ExplicitArgs;
 3112         *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack;