Home
last modified time | relevance | path

Searched refs:DestRecordTy (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1757 QualType DestRecordTy; in EmitDynamicCast() local
1761 DestRecordTy = DestPTy->getPointeeType(); in EmitDynamicCast()
1765 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType(); in EmitDynamicCast()
1794 assert(DestRecordTy->isRecordType() && in EmitDynamicCast()
1797 DestTy, DestRecordTy, CastEnd); in EmitDynamicCast()
DCGCXXABI.h244 QualType DestRecordTy, llvm::BasicBlock *CastEnd) = 0;
DItaniumCXXABI.cpp146 QualType DestRecordTy,
1096 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) { in EmitDynamicCastCall() argument
1104 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType()); in EmitDynamicCastCall()
1108 const CXXRecordDecl *DestDecl = DestRecordTy->getAsCXXRecordDecl(); in EmitDynamicCastCall()
DMicrosoftCXXABI.cpp101 QualType DestRecordTy,
898 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) { in EmitDynamicCastCall() argument
904 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType()); in EmitDynamicCastCall()
/external/clang/lib/Sema/
DSemaCast.cpp2258 const RecordType *DestRecordTy = DestType->getAs<RecordType>(); in CheckCStyleCast() local
2260 if (DestRecordTy && Self.Context.hasSameUnqualifiedType(DestType, SrcType)){ in CheckCStyleCast()
2269 if (DestRecordTy && DestRecordTy->getDecl()->isUnion()) { in CheckCStyleCast()
2270 RecordDecl *RD = DestRecordTy->getDecl(); in CheckCStyleCast()