Searched refs:inUnion (Results 1 – 3 of 3) sorted by relevance
31 bool inUnion = unionSet.containsPoint(point); in testUnionAtPoints() local32 EXPECT_EQ(inUnion, inS || inT); in testUnionAtPoints()
5614 bool inUnion() const { return MD->getParent()->isUnion(); } in inUnion() function5805 if (!inUnion() && FieldType.isConstQualified() && in shouldDeleteForField()5814 if (inUnion() && !FieldType.isConstQualified()) in shouldDeleteForField()5845 if (!inUnion() && FieldRecord->isUnion() && in shouldDeleteForField()5892 if (CSM == Sema::CXXDefaultConstructor && inUnion() && AllFieldsAreConst && in shouldDeleteForAllConstMembers()
8739 bool inUnion() const { return MD->getParent()->isUnion(); } in inUnion() function8937 if (inUnion() && shouldDeleteForVariantObjCPtrMember(FD, FieldType)) in shouldDeleteForField()8953 if (!inUnion() && FieldType.isConstQualified() && in shouldDeleteForField()8962 if (inUnion() && !FieldType.isConstQualified()) in shouldDeleteForField()8993 if (!inUnion() && FieldRecord->isUnion() && in shouldDeleteForField()9043 if (CSM == Sema::CXXDefaultConstructor && inUnion() && AllFieldsAreConst) { in shouldDeleteForAllConstMembers()