Lines Matching refs:BaseSubobject
27 class BaseSubobject {
35 BaseSubobject() { } in BaseSubobject() function
36 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset) in BaseSubobject() function
45 friend bool operator==(const BaseSubobject &LHS, const BaseSubobject &RHS) {
54 template<> struct DenseMapInfo<clang::BaseSubobject> {
55 static clang::BaseSubobject getEmptyKey() {
56 return clang::BaseSubobject(
61 static clang::BaseSubobject getTombstoneKey() {
62 return clang::BaseSubobject(
67 static unsigned getHashValue(const clang::BaseSubobject &Base) {
73 static bool isEqual(const clang::BaseSubobject &LHS,
74 const clang::BaseSubobject &RHS) {
80 template <> struct isPodLike<clang::BaseSubobject> {