LLVM 20.0.0git
|
ContextualFoldingSetTrait - Like FoldingSetTrait, but for ContextualFoldingSets. More...
#include "llvm/ADT/FoldingSet.h"
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::DefaultContextualFoldingSetTrait< T, Ctx > | |
static void | Profile (T &X, FoldingSetNodeID &ID, Ctx Context) |
static bool | Equals (T &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID, Ctx Context) |
static unsigned | ComputeHash (T &X, FoldingSetNodeID &TempID, Ctx Context) |
ContextualFoldingSetTrait - Like FoldingSetTrait, but for ContextualFoldingSets.
Definition at line 281 of file FoldingSet.h.