Searched refs:SecondParamType (Results 1 – 4 of 4) sorted by relevance
10699 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local10700 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()10702 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()10719 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()10724 << SecondParamType << true in diagnoseOdrViolations()10731 << SecondParamType << false; in diagnoseOdrViolations()11401 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local11402 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()11404 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()11418 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()[all …]
12078 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local12079 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()12082 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()
8506 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local8512 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()8518 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
15727 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local15728 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()15731 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()