Searched refs:IsParamReference (Results 1 – 1 of 1) sorted by relevance
403 bool IsParamReference = ParamType->isReferenceType(); in areTypesCompatible() local437 if (IsParamReference && ParamType->isArrayType()) in areTypesCompatible()441 !IsParamReference || ParamType.getNonReferenceType().isConstQualified(); in areTypesCompatible()