Searched defs:FoldingSetTrait (Results 1 – 4 of 4) sorted by relevance
57 template<> struct FoldingSetTrait<SValData> { struct 64 template<> struct FoldingSetTrait<SValPair> { struct 58 Profilellvm::FoldingSetTrait Profile() argument 65 Profilellvm::FoldingSetTrait Profile() argument
34 template <> struct FoldingSetTrait<ObjectState> { struct35 static inline void Profile(ObjectState X, FoldingSetNodeID &ID) { in Profile()
36 template <> struct FoldingSetTrait<AllocKind> { struct37 static inline void Profile(AllocKind X, FoldingSetNodeID &ID) { in Profile()
263 struct FoldingSetTrait : public DefaultFoldingSetTrait<T> {}; struct