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

References

tools/clang/lib/Sema/SemaDecl.cpp
13184       LSI->LocalPacks.push_back(New);
tools/clang/lib/Sema/SemaLambda.cpp
  873     getCurLambda()->LocalPacks.push_back(NewVD);
tools/clang/lib/Sema/SemaTemplate.cpp
  997       LSI->LocalPacks.push_back(Param);
 1205       LSI->LocalPacks.push_back(Param);
 1272       LSI->LocalPacks.push_back(Param);
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  311       if (std::find_if(LSI->LocalPacks.begin(), LSI->LocalPacks.end(),
  311       if (std::find_if(LSI->LocalPacks.begin(), LSI->LocalPacks.end(),
  312                        DeclaresThisPack) != LSI->LocalPacks.end())