Searched refs:getAsUnionType (Results 1 – 16 of 16) sorted by relevance
95 if (!Ty->getAsUnionType()) in classifyArgumentType()
623 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
151 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
143 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
1953 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
3959 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
394 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
686 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
3951 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
10264 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
2485 const RecordType *getAsUnionType() const;
1564 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()4249 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
2274 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
5277 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
7197 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
10505 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()