Searched refs:SecondParamType (Results 1 – 3 of 3) sorted by relevance
111 QualType SecondParamType = SecondParam->getType(); in diagnoseSubMismatchMethodParameters() local112 if (FirstParamType != SecondParamType && in diagnoseSubMismatchMethodParameters()113 computeODRHash(FirstParamType) != computeODRHash(SecondParamType)) { in diagnoseSubMismatchMethodParameters()123 SecondParamType->getAs<DecayedType>()) { in diagnoseSubMismatchMethodParameters()124 DiagNote(ParameterType) << (I + 1) << SecondParamType << true in diagnoseSubMismatchMethodParameters()127 DiagNote(ParameterType) << (I + 1) << SecondParamType << false; in diagnoseSubMismatchMethodParameters()1726 QualType SecondParamType = SecondParam->getType(); in diagnoseMismatch() local1727 if (FirstParamType != SecondParamType && in diagnoseMismatch()1728 computeODRHash(FirstParamType) != computeODRHash(SecondParamType)) { in diagnoseMismatch()1742 SecondParamType->getAs<DecayedType>()) { in diagnoseMismatch()[all …]
9155 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local9161 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()9167 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
16627 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local 16628 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration() 16631 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()