Searched refs:getAsUnionType (Results 1 – 14 of 14) sorted by relevance
149 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
391 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
1962 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
203 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()10938 if (const RecordType *RT = QT->getAsUnionType()) in appendType()11587 if (!Ty->getAsUnionType()) in classifyArgumentType()
4161 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
664 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
3952 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
10154 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
1550 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()4197 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
2150 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
5191 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
5646 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
10125 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
2374 const RecordType *getAsUnionType() const;