LLVM 19.0.0git
List of all members
llvm::ContextualFoldingSetTrait< T, Ctx > Struct Template Reference

ContextualFoldingSetTrait - Like FoldingSetTrait, but for ContextualFoldingSets. More...

#include "llvm/ADT/FoldingSet.h"

Inheritance diagram for llvm::ContextualFoldingSetTrait< T, Ctx >:
Inheritance graph
[legend]

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)
 

Detailed Description

template<typename T, typename Ctx>
struct llvm::ContextualFoldingSetTrait< T, Ctx >

ContextualFoldingSetTrait - Like FoldingSetTrait, but for ContextualFoldingSets.

Definition at line 281 of file FoldingSet.h.


The documentation for this struct was generated from the following file: