Searched refs:getAsUnionType (Results 1 – 13 of 13) sorted by relevance
149 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
1898 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
192 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()10419 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
4546 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
660 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
3765 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
9381 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
1452 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()3681 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
2042 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
4370 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
4709 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
9450 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
2234 const RecordType *getAsUnionType() const;