Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1873 QualType DestRecordTy; in EmitDynamicCast() local
1877 DestRecordTy = DestPTy->getPointeeType(); in EmitDynamicCast()
1881 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType(); in EmitDynamicCast()
1911 assert(DestRecordTy->isRecordType() && in EmitDynamicCast()
1914 DestTy, DestRecordTy, CastEnd); in EmitDynamicCast()
DCGCXXABI.h267 QualType DestRecordTy, llvm::BasicBlock *CastEnd) = 0;
DItaniumCXXABI.cpp191 QualType DestRecordTy,
1226 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) { in EmitDynamicCastCall() argument
1234 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType()); in EmitDynamicCastCall()
1238 const CXXRecordDecl *DestDecl = DestRecordTy->getAsCXXRecordDecl(); in EmitDynamicCastCall()
DMicrosoftCXXABI.cpp147 QualType DestRecordTy,
993 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) { in EmitDynamicCastCall() argument
999 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType()); in EmitDynamicCastCall()
/external/clang/lib/Sema/
DSemaCast.cpp2396 const RecordType *DestRecordTy = DestType->getAs<RecordType>(); in CheckCStyleCast() local
2398 if (DestRecordTy && Self.Context.hasSameUnqualifiedType(DestType, SrcType)){ in CheckCStyleCast()
2407 if (DestRecordTy && DestRecordTy->getDecl()->isUnion()) { in CheckCStyleCast()
2408 RecordDecl *RD = DestRecordTy->getDecl(); in CheckCStyleCast()