|
clang 24.0.0git
|
UniquingSet info for pools keyed on a QualType and a bool. More...
#include "clang/AST/ASTContext.h"
Public Types | |
| using | KeyTy = std::pair<QualType, bool> |
Static Public Member Functions | |
| template<typename T> | |
| static KeyTy | getKey (const T &N) |
| static unsigned | getHashValue (const KeyTy &Key) |
| template<typename T> | |
| static bool | isEqual (const KeyTy &Key, const T &N) |
UniquingSet info for pools keyed on a QualType and a bool.
DenseMapInfo has no bool specialization, so we cannot use the default UniquingSetInfo.
Definition at line 223 of file ASTContext.h.
| using clang::QualTypeBoolInfo::KeyTy = std::pair<QualType, bool> |
Definition at line 224 of file ASTContext.h.
Definition at line 228 of file ASTContext.h.
Definition at line 226 of file ASTContext.h.
References clang::T.
|
inlinestatic |
Definition at line 232 of file ASTContext.h.
References clang::T.