Searched refs:SecondParamType (Results 1 – 3 of 3) sorted by relevance
10488 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local10489 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()10491 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()10510 << SecondParamType << true in diagnoseOdrViolations()10516 << SecondParamType << false; in diagnoseOdrViolations()11251 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local11252 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()11254 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()11268 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()11271 << (I + 1) << SecondParamType << true in diagnoseOdrViolations()[all …]
8099 QualType SecondParamType = in addGenericBinaryPointerOrEnumeralOverloads() local8104 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()8110 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
13599 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local13600 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()13603 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()