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