Home
last modified time | relevance | path

Searched refs:getAsUnionType (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp111 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/external/clang/lib/CodeGen/
DCGClass.cpp1901 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
DTargetInfo.cpp115 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
7414 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1180 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
2941 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
DSemaChecking.cpp1193 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
DSemaOverload.cpp1743 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
DSemaDecl.cpp3837 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
DSemaExpr.cpp7211 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/external/clang/lib/AST/
DType.cpp450 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
DExpr.cpp3352 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
DASTContext.cpp7302 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/external/clang/include/clang/AST/
DType.h1811 const RecordType *getAsUnionType() const;