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 …]
9336 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addMatrixBinaryArithmeticOverloads() 9342 !SecondParamType->isEnumeralType()) in addMatrixBinaryArithmeticOverloads() 9348 S.Context.getCanonicalType(SecondParamType)));9179 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) addGenericBinaryPointerOrEnumeralOverloads() local
16725 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in BuildExceptionDeclaration() 16726 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in BuildExceptionDeclaration() 16729 << SecondParamType << Context.getSizeType() in BuildExceptionDeclaration() 16568 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); CheckLiteralOperatorDeclaration() local