Searched refs:SecondParamType (Results 1 – 3 of 3) sorted by relevance
10517 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local10518 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()10520 computeODRHash(SecondParamType)) { in diagnoseOdrViolations()10532 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()10534 << (I + 1) << SecondParamType << true in diagnoseOdrViolations()10538 << (I + 1) << SecondParamType << false; in diagnoseOdrViolations()11102 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local11103 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()11118 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()11121 << (I + 1) << SecondParamType << true in diagnoseOdrViolations()[all …]
8629 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local8635 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()8641 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
16227 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local16228 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()16231 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()