reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 2678     DestRecordType = Context.getCanonicalType(Context.getTypeDeclType(RD));
 2680     DestRecordType = Context.getAddrSpaceQualType(
 2681         DestRecordType, FromPtrType
 2686       DestType = Context.getPointerType(DestRecordType);
 2690       DestType = DestRecordType;
 2698     DestRecordType = DestType->getPointeeType();
 2705       DestType = DestRecordType;
 2716   if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
 2767       if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
 2808   if (CheckDerivedToBaseConversion(FromRecordType, DestRecordType,