Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1865 QualType DestRecordTy; in EmitDynamicCast() local
1869 DestRecordTy = DestPTy->getPointeeType(); in EmitDynamicCast()
1873 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType(); in EmitDynamicCast()
1903 assert(DestRecordTy->isRecordType() && in EmitDynamicCast()
1906 DestTy, DestRecordTy, CastEnd); in EmitDynamicCast()
DCGCXXABI.h257 QualType DestRecordTy, llvm::BasicBlock *CastEnd) = 0;
DItaniumCXXABI.cpp199 QualType DestRecordTy,
1233 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) { in EmitDynamicCastCall() argument
1241 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType()); in EmitDynamicCastCall()
1245 const CXXRecordDecl *DestDecl = DestRecordTy->getAsCXXRecordDecl(); in EmitDynamicCastCall()
DMicrosoftCXXABI.cpp147 QualType DestRecordTy,
994 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) { in EmitDynamicCastCall() argument
1000 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType()); in EmitDynamicCastCall()
/external/clang/lib/Sema/
DSemaCast.cpp2282 const RecordType *DestRecordTy = DestType->getAs<RecordType>(); in CheckCStyleCast() local
2284 if (DestRecordTy && Self.Context.hasSameUnqualifiedType(DestType, SrcType)){ in CheckCStyleCast()
2293 if (DestRecordTy && DestRecordTy->getDecl()->isUnion()) { in CheckCStyleCast()
2294 RecordDecl *RD = DestRecordTy->getDecl(); in CheckCStyleCast()