Searched refs:BaseElementType (Results 1 – 1 of 1) sorted by relevance
2797 QualType BaseElementType = Context.getBaseElementType(*this); in isTriviallyRelocatableType() local2799 if (BaseElementType->isIncompleteType()) { in isTriviallyRelocatableType()2801 } else if (!BaseElementType->isObjectType()) { in isTriviallyRelocatableType()2803 } else if (const auto *RD = BaseElementType->getAsRecordDecl()) { in isTriviallyRelocatableType()2805 } else if (BaseElementType.isTriviallyCopyableType(Context)) { in isTriviallyRelocatableType()