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

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

Completed in 549 milliseconds