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

References

include/llvm/ADT/FoldingSet.h
  221   static void Profile(const T &X, FoldingSetNodeID &ID) {
  224   static void Profile(T &X, FoldingSetNodeID &ID) {
  232   static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
  240   static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID);
  250   : public DefaultFoldingSetTrait<T> {};
include/llvm/ADT/ImmutableSet.h
  840   using value_type = const T;
  841   using value_type_ref = const T&;
  844     FoldingSetTrait<T>::Profile(X,ID);
  909 struct ImutContainerInfo : public ImutProfileInfo<T> {
  910   using value_type = typename ImutProfileInfo<T>::value_type;
  911   using value_type_ref = typename ImutProfileInfo<T>::value_type_ref;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
   48 class RangeTrait : public llvm::ImutContainerInfo<Range> {
   64   typedef llvm::ImmutableSet<Range, RangeTrait> PrimRangeSet;
   78     for (const auto &range : ranges)