Searched refs:getAsUnionType (Results 1 – 17 of 17) sorted by relevance
94 if (!Ty->getAsUnionType()) in classifyArgumentType()
623 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
150 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
140 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
1966 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
3948 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
393 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
1256 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()4370 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
3317 if (const RecordType *UT = Expr->getType()->getAsUnionType(); in CheckNonNullExpr()
2604 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
5236 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
9673 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
789 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
4053 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
11287 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
2816 const RecordType *getAsUnionType() const;
10866 {"_ZNK5clang4Type14getAsUnionTypeEv", "clang::Type::getAsUnionType() const"},