Searched defs:FoldingSetTrait (Results 1 – 4 of 4) sorted by relevance
57 template<> struct FoldingSetTrait<SValData> { struct58 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile()64 template<> struct FoldingSetTrait<SValPair> { struct65 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile()
34 template <> struct FoldingSetTrait<ObjectState> { struct35 static inline void Profile(ObjectState X, FoldingSetNodeID &ID) { in Profile()
35 template <> struct FoldingSetTrait<AllocKind> { struct36 static inline void Profile(AllocKind X, FoldingSetNodeID &ID) { in Profile()
257 template<typename T> struct FoldingSetTrait struct