Searched refs:getAsUnionType (Results 1 – 14 of 14) sorted by relevance
149 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
471 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
1896 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
192 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()10465 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
4553 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
660 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
3838 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
9415 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
1453 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()3766 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
2042 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
4615 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
4772 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
9514 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
2234 const RecordType *getAsUnionType() const;