Searched refs:SecondParamType (Results 1 – 3 of 3) sorted by relevance
10562 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local10563 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()10565 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()10582 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()10587 << SecondParamType << true in diagnoseOdrViolations()10594 << SecondParamType << false; in diagnoseOdrViolations()11264 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local11265 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()11267 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()11281 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()[all …]
8503 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local8509 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()8515 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
15801 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local15802 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()15805 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()