Searched refs:CanResultType (Results 1 – 2 of 2) sorted by relevance
4958 CanQualType CanResultType = getCanonicalType(ResultType); in getCanonicalFunctionResultType() local4961 if (CanResultType.getQualifiers().hasObjCLifetime()) { in getCanonicalFunctionResultType()4962 Qualifiers Qs = CanResultType.getQualifiers(); in getCanonicalFunctionResultType()4965 getQualifiedType(CanResultType.getUnqualifiedType(), Qs)); in getCanonicalFunctionResultType()4968 return CanResultType; in getCanonicalFunctionResultType()
16582 QualType CanResultType = NormalizeType(FnType->getReturnType()); in CheckOperatorNewDeleteTypes() local16588 if (CanResultType != CanExpectedResultType) { in CheckOperatorNewDeleteTypes()16593 CanResultType->isDependentType() in CheckOperatorNewDeleteTypes()