|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/Type.h 2183 const RecordType *getAsUnionType() const;
References
tools/clang/lib/AST/ASTContext.cpp 8609 if (const RecordType *UT = T->getAsUnionType()) {
tools/clang/lib/AST/Expr.cpp 3764 if (const RecordType *UT = getType()->getAsUnionType())
tools/clang/lib/CodeGen/CGClass.cpp 1873 const RecordType *RT = type->getAsUnionType();
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 5153 (*FI)->getType()->getAsUnionType()->getDecl();
tools/clang/lib/CodeGen/TargetInfo.cpp 175 if (const RecordType *UT = Ty->getAsUnionType()) {
9204 if (const RecordType *RT = QT->getAsUnionType())
tools/clang/lib/Sema/SemaChecking.cpp 4120 if (const RecordType *UT = Expr->getType()->getAsUnionType()) {
tools/clang/lib/Sema/SemaDecl.cpp 4532 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType())
tools/clang/lib/Sema/SemaDeclAttr.cpp 1417 if (const RecordType *UT = T->getAsUnionType()) {
3488 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl();
tools/clang/lib/Sema/SemaExpr.cpp 8496 const RecordType *UT = ArgType->getAsUnionType();
tools/clang/lib/Sema/SemaOverload.cpp 1978 const RecordType *UT = ToType->getAsUnionType();
tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp 113 const RecordType *UT = T->getAsUnionType();