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

References

tools/clang/include/clang/Sema/SemaInternal.h
   82   return getDepthAndIndex(UPP.first.get<NamedDecl *>());
tools/clang/lib/Sema/SemaLookup.cpp
 1715           auto Index = getDepthAndIndex(D).second;
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
  766         PartialPackDepthIndex = getDepthAndIndex(Partial);
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
  850         std::tie(Depth, Index) = getDepthAndIndex(PartialPack);
  869         std::tie(Depth, Index) = getDepthAndIndex(PartialPack);
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
   50       } else if (getDepthAndIndex(ND).first >= DepthLimit)
  675         std::tie(Depth, Index) = getDepthAndIndex(ND);
  720         std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack);
  818       std::tie(Depth, Index) = getDepthAndIndex(ND);