Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp110 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/external/clang/lib/AST/
DType.cpp444 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
DExpr.cpp3258 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
DASTContext.cpp6911 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/external/clang/lib/CodeGen/
DCGClass.cpp1596 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
DTargetInfo.cpp72 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
6931 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1148 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
2740 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
DSemaChecking.cpp1055 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
DSemaOverload.cpp1684 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
DSemaDecl.cpp3654 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
DSemaExpr.cpp7042 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/external/clang/include/clang/AST/
DType.h1697 const RecordType *getAsUnionType() const;