Searched refs:start_type (Results 1 – 1 of 1) sorted by relevance
3002 CompilerType start_type = GetCompilerType(); in CastDerivedToBaseType() local3003 if (start_type.IsReferenceType()) in CastDerivedToBaseType()3004 start_type = start_type.GetNonReferenceType(); in CastDerivedToBaseType()3009 start_type.IsPointerType() ? start_type.GetPointeeType() : start_type; in CastDerivedToBaseType()3072 CompilerType start_type = GetCompilerType(); in CastBaseToDerivedType() local3073 if (start_type.IsReferenceType()) in CastBaseToDerivedType()3074 start_type = start_type.GetNonReferenceType(); in CastBaseToDerivedType()3079 start_type.IsPointerType() ? start_type.GetPointeeType() : start_type; in CastBaseToDerivedType()3097 llvm::Twine("cannot cast " + start_type.TypeDescription() + " to " + in CastBaseToDerivedType()