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

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

Completed in 321 milliseconds