Searched refs:BaseElementType (Results 1 – 1 of 1) sorted by relevance
2549 QualType BaseElementType = Context.getBaseElementType(*this); in isTriviallyRelocatableType() local2551 if (BaseElementType->isIncompleteType()) { in isTriviallyRelocatableType()2553 } else if (const auto *RD = BaseElementType->getAsRecordDecl()) { in isTriviallyRelocatableType()