Searched refs:start_type (Results 1 – 1 of 1) sorted by relevance
3040 CompilerType start_type = GetCompilerType(); in CastDerivedToBaseType() local3041 if (start_type.IsReferenceType()) in CastDerivedToBaseType()3042 start_type = start_type.GetNonReferenceType(); in CastDerivedToBaseType()3047 start_type.IsPointerType() ? start_type.GetPointeeType() : start_type; in CastDerivedToBaseType()3110 CompilerType start_type = GetCompilerType(); in CastBaseToDerivedType() local3111 if (start_type.IsReferenceType()) in CastBaseToDerivedType()3112 start_type = start_type.GetNonReferenceType(); in CastBaseToDerivedType()3117 start_type.IsPointerType() ? start_type.GetPointeeType() : start_type; in CastBaseToDerivedType()3135 llvm::Twine("cannot cast " + start_type.TypeDescription() + " to " + in CastBaseToDerivedType()