Searched refs:getAsUnionType (Results 1 – 14 of 14) sorted by relevance
149 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
392 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
1921 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
198 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()10804 if (const RecordType *RT = QT->getAsUnionType()) in appendType()11461 if (!Ty->getAsUnionType()) in classifyArgumentType()
4476 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
660 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
3864 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
10042 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
1549 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()4079 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
2043 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
5448 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
5115 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
9870 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
2310 const RecordType *getAsUnionType() const;