Searched refs:DestRecordType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp3527 const RecordType *DestRecordType = DestType->getAs<RecordType>(); local
3528 assert(DestRecordType && "Constructor initialization requires record type");
3530 = cast<CXXRecordDecl>(DestRecordType->getDecl());
4584 if (const RecordType *DestRecordType = DestType->getAs<RecordType>()) {
4588 = cast<CXXRecordDecl>(DestRecordType->getDecl());
H A DSemaExpr.cpp2583 QualType DestRecordType;
2589 DestRecordType = Context.getCanonicalType(Context.getTypeDeclType(RD));
2592 DestType = Context.getPointerType(DestRecordType);
2596 DestType = DestRecordType;
2604 DestRecordType = DestType->getPointeeType();
2611 DestType = DestRecordType;
2622 if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
2673 if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
2714 if (CheckDerivedToBaseConversion(FromRecordType, DestRecordType,

Completed in 187 milliseconds