Searched defs:DestRecordTy (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1706 QualType DestRecordTy; local
1710 DestRecordTy = DestPTy->getPointeeType();
1714 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType();
1743 assert(DestRecordTy->isRecordType() &&
1746 DestTy, DestRecordTy, CastEnd);
H A DItaniumCXXABI.cpp127 QualType DestRecordTy,
977 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) {
985 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType());
989 const CXXRecordDecl *DestDecl = DestRecordTy->getAsCXXRecordDecl();
975 EmitDynamicCastCall( CodeGenFunction &CGF, llvm::Value *Value, QualType SrcRecordTy, QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) argument
H A DMicrosoftCXXABI.cpp80 QualType DestRecordTy,
690 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) {
696 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType());
688 EmitDynamicCastCall( CodeGenFunction &CGF, llvm::Value *Value, QualType SrcRecordTy, QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) argument
/external/clang/lib/Sema/
H A DSemaCast.cpp2221 const RecordType *DestRecordTy = DestType->getAs<RecordType>(); local
2223 if (DestRecordTy && Self.Context.hasSameUnqualifiedType(DestType, SrcType)){
2232 if (DestRecordTy && DestRecordTy->getDecl()->isUnion()) {
2233 RecordDecl *RD = DestRecordTy->getDecl();

Completed in 1604 milliseconds