Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp111 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/external/clang/lib/CodeGen/
DCGClass.cpp1899 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
DTargetInfo.cpp156 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
7894 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
DCGOpenMPRuntime.cpp3838 auto *KmpCmplrdataUD = (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
/external/clang/lib/AST/
DType.cpp450 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
DExpr.cpp3211 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
DASTContext.cpp7409 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1200 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
3014 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
DSemaChecking.cpp1907 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
DSemaOverload.cpp1809 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
DSemaDecl.cpp3967 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
DSemaExpr.cpp7631 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/external/clang/include/clang/AST/
DType.h1835 const RecordType *getAsUnionType() const;