Searched refs:BaseElementType (Results 1 – 1 of 1) sorted by relevance
2677 QualType BaseElementType = Context.getBaseElementType(*this); in isTriviallyRelocatableType() local2679 if (BaseElementType->isIncompleteType()) { in isTriviallyRelocatableType()2681 } else if (!BaseElementType->isObjectType()) { in isTriviallyRelocatableType()2683 } else if (const auto *RD = BaseElementType->getAsRecordDecl()) { in isTriviallyRelocatableType()