Searched refs:SecondParamType (Results 1 – 3 of 3) sorted by relevance
10591 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local10592 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()10594 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()10616 << SecondParamType << true in diagnoseOdrViolations()10623 << SecondParamType << false; in diagnoseOdrViolations()11293 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local11294 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()11296 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()11310 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()11313 << (I + 1) << SecondParamType << true in diagnoseOdrViolations()[all …]
8499 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local8505 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()8511 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
16006 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local16007 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()16010 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()