Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp149 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp392 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp1921 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
H A DTargetInfo.cpp198 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
10804 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
11461 if (!Ty->getAsUnionType()) in classifyArgumentType()
H A DCGOpenMPRuntime.cpp4476 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp660 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
H A DExpr.cpp3864 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
H A DASTContext.cpp10042 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp1549 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
4079 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
H A DSemaOverload.cpp2043 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
H A DSemaChecking.cpp5448 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
H A DSemaDecl.cpp5115 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
H A DSemaExpr.cpp9870 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2310 const RecordType *getAsUnionType() const;