Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp149 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp1898 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
H A DTargetInfo.cpp192 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
10419 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
H A DCGOpenMPRuntime.cpp4546 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp660 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
H A DExpr.cpp3765 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
H A DASTContext.cpp9381 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp1452 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
3681 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
H A DSemaOverload.cpp2042 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
H A DSemaChecking.cpp4370 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
H A DSemaDecl.cpp4709 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
H A DSemaExpr.cpp9450 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2234 const RecordType *getAsUnionType() const;