Searched refs:getAsUnionType (Results 1 – 15 of 15) sorted by relevance
93 if (!Ty->getAsUnionType()) in classifyArgumentType()
623 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
146 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
1962 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
3974 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
394 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
1228 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()3772 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
2427 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
2990 if (const RecordType *UT = Expr->getType()->getAsUnionType(); in CheckNonNullExpr()
5122 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
9509 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
740 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
4026 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
10714 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
2738 const RecordType *getAsUnionType() const;