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

/external/clang/lib/Sema/
H A DSemaInit.cpp2834 const RecordType *DestRecordType = DestType->getAs<RecordType>(); local
2835 assert(DestRecordType && "Constructor initialization requires record type");
2837 = cast<CXXRecordDecl>(DestRecordType->getDecl());
3701 if (const RecordType *DestRecordType = DestType->getAs<RecordType>()) {
3705 = cast<CXXRecordDecl>(DestRecordType->getDecl());
H A DSemaExpr.cpp2039 QualType DestRecordType;
2045 DestRecordType = Context.getCanonicalType(Context.getTypeDeclType(RD));
2048 DestType = Context.getPointerType(DestRecordType);
2052 DestType = DestRecordType;
2060 DestRecordType = DestType->getPointeeType();
2067 DestType = DestRecordType;
2078 if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
2130 if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
2171 if (CheckDerivedToBaseConversion(FromRecordType, DestRecordType,

Completed in 78 milliseconds