Searched refs:FirstParamType (Results 1 – 3 of 3) sorted by relevance
110 QualType FirstParamType = FirstParam->getType(); in diagnoseSubMismatchMethodParameters() local112 if (FirstParamType != SecondParamType && in diagnoseSubMismatchMethodParameters()113 computeODRHash(FirstParamType) != computeODRHash(SecondParamType)) { in diagnoseSubMismatchMethodParameters()115 FirstParamType->getAs<DecayedType>()) { in diagnoseSubMismatchMethodParameters()116 DiagError(ParameterType) << (I + 1) << FirstParamType << true in diagnoseSubMismatchMethodParameters()119 DiagError(ParameterType) << (I + 1) << FirstParamType << false; in diagnoseSubMismatchMethodParameters()1723 QualType FirstParamType = FirstParam->getType(); in diagnoseMismatch() local1725 if (FirstParamType != SecondParamType && in diagnoseMismatch()1726 computeODRHash(FirstParamType) != computeODRHash(SecondParamType)) { in diagnoseMismatch()1728 FirstParamType->getAs<DecayedType>()) { in diagnoseMismatch()[all …]
17062 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local17066 const PointerType *PT = FirstParamType->getAs<PointerType>(); in CheckLiteralOperatorDeclaration()17071 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()17080 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()17095 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
9610 QualType FirstParamType = C->Function->getParamDecl(Reversed ? 1 : 0) in addGenericBinaryPointerOrEnumeralOverloads() local9618 if (!FirstParamType->isEnumeralType() || in addGenericBinaryPointerOrEnumeralOverloads()9624 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addGenericBinaryPointerOrEnumeralOverloads()