struct WeakInfo::DenseMapInfoByAliasOnly
Declaration
struct WeakInfo::DenseMapInfoByAliasOnly : private DenseMapInfo { /* full declaration omitted */ };
Declared at: clang/include/clang/Sema/Weak.h:37
Inherits from: DenseMapInfo
Method Overview
- public static inline clang::WeakInfo getEmptyKey()
- public static unsigned int getHashValue(const clang::WeakInfo & W)
- public static inline clang::WeakInfo getTombstoneKey()
- public static bool isEqual(const clang::WeakInfo & LHS, const clang::WeakInfo & RHS)
Methods
¶static inline clang::WeakInfo getEmptyKey()
static inline clang::WeakInfo getEmptyKey()
Declared at: clang/include/clang/Sema/Weak.h:39
¶static unsigned int getHashValue(
const clang::WeakInfo& W)
static unsigned int getHashValue(
const clang::WeakInfo& W)
Declared at: clang/include/clang/Sema/Weak.h:45
Parameters
- const clang::WeakInfo& W
¶static inline clang::WeakInfo getTombstoneKey()
static inline clang::WeakInfo getTombstoneKey()
Declared at: clang/include/clang/Sema/Weak.h:42
¶static bool isEqual(const clang::WeakInfo& LHS,
const clang::WeakInfo& RHS)
static bool isEqual(const clang::WeakInfo& LHS,
const clang::WeakInfo& RHS)
Declared at: clang/include/clang/Sema/Weak.h:48
Parameters
- const clang::WeakInfo& LHS
- const clang::WeakInfo& RHS