|
LLVM 24.0.0git
|
The default UniquingSet Info: T supplies its own key.
More...
#include "llvm/ADT/FoldingSet.h"
Public Types | |
| using | KeyTy = remove_cvref_t<decltype(std::declval<const T &>().getKey())> |
Static Public Member Functions | |
| static KeyTy | getKey (const T &N) |
| static unsigned | getHashValue (const KeyTy &Key) |
The default UniquingSet Info: T supplies its own key.
Definition at line 693 of file FoldingSet.h.
| using llvm::UniquingSetInfo< T >::KeyTy = remove_cvref_t<decltype(std::declval<const T &>().getKey())> |
Definition at line 694 of file FoldingSet.h.
|
inlinestatic |
Definition at line 696 of file FoldingSet.h.
References llvm::InnerAnalysisManagerProxy< AnalysisManagerT, IRUnitT, ExtraArgTs... >::Key.
Definition at line 695 of file FoldingSet.h.