Searched refs:ContextualFoldingSetTrait (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 281 template<typename T, typename Ctx> struct ContextualFoldingSetTrait struct 436 ContextualFoldingSetTrait<T, Ctx>::Profile(X, TempID, Context); in Equals() 444 ContextualFoldingSetTrait<T, Ctx>::Profile(X, TempID, Context); in ComputeHash() 609 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, getContext(Base)); in GetNodeProfile() 616 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID, in NodeEquals() 623 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, in ComputeNodeHash()
|