Lines Matching refs:BASE
1380 // of a base-class subobject. We decide whether that's possible
1447 #define TYPE(Class, Base)
1448 #define ABSTRACT_TYPE(Class, Base)
1449 #define NON_CANONICAL_TYPE(Class, Base)
1450 #define DEPENDENT_TYPE(Class, Base) case Type::Class:
1451 #define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Class, Base) \
1716 // Start with the base type information.
2015 // If the base type is not canonical, make the appropriate canonical type.
2426 #define TYPE(Class, Base)
2427 #define ABSTRACT_TYPE(Class, Base)
2428 #define NON_CANONICAL_TYPE(Class, Base) case Type::Class:
3485 // If the base type is an interface and there aren't any protocols
3497 // Build the canonical type, which has the canonical base type and
4438 // like the base type.
5568 #define ABSTRACT_TYPE(KIND, BASE)
5569 #define TYPE(KIND, BASE)
5570 #define DEPENDENT_TYPE(KIND, BASE) \
5572 #define NON_CANONICAL_TYPE(KIND, BASE) \
5574 #define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(KIND, BASE) \
5598 CXXRecordDecl *base = BI.getType()->getAsCXXRecordDecl();
5599 if (base->isEmpty())
5601 uint64_t offs = toBits(layout.getBaseClassOffset(base));
5603 std::make_pair(offs, base));
5619 CXXRecordDecl *base = BI.getType()->getAsCXXRecordDecl();
5620 if (base->isEmpty())
5622 uint64_t offs = toBits(layout.getVBaseClassOffset(base));
5626 std::make_pair(offs, base));
5685 if (CXXRecordDecl *base = dyn_cast<CXXRecordDecl>(dcl)) {
5690 getObjCEncodingForStructureImpl(base, S, FD, /*includeVBases*/false);
5691 assert(!base->isEmpty());
5693 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize());
6627 assert(LHS->getInterface() && "LHS must have an interface base");
6628 assert(RHS->getInterface() && "RHS must have an interface base");
6661 /// areCommonBaseCompatible - Returns common base class of the two classes if
6697 // Verify that the base decls are compatible: the RHS must be a subclass of
7126 #define TYPE(Class, Base)
7127 #define ABSTRACT_TYPE(Class, Base)
7128 #define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Class, Base) case Type::Class:
7129 #define NON_CANONICAL_TYPE(Class, Base) case Type::Class:
7130 #define DEPENDENT_TYPE(Class, Base) case Type::Class:
7410 // For enums, we return the unsigned version of the base type.
7501 // Read the base type.