Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp97 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/external/clang/lib/AST/
DType.cpp451 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
DExpr.cpp3168 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
DASTContext.cpp6805 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/external/clang/lib/CodeGen/
DCGClass.cpp1500 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
DTargetInfo.cpp6515 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1105 if (const RecordType *UT = T->getAsUnionType()) in possibleTransparentUnionPointerType()
2611 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
DSemaChecking.cpp706 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
DSemaOverload.cpp1715 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
DSemaExpr.cpp6644 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/external/clang/include/clang/AST/
DType.h1674 const RecordType *getAsUnionType() const;