Searched refs:FirstParamType (Results 1 – 3 of 3) sorted by relevance
10561 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local10563 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()10564 ComputeQualTypeODRHash(FirstParamType) != in diagnoseOdrViolations()10567 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()10571 << FirstMethodType << FirstName << (I + 1) << FirstParamType in diagnoseOdrViolations()10577 << FirstMethodType << FirstName << (I + 1) << FirstParamType in diagnoseOdrViolations()11263 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local11265 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()11266 ComputeQualTypeODRHash(FirstParamType) != in diagnoseOdrViolations()11269 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()[all …]
15378 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local15384 FirstParamType = RemoveAddressSpaceFromPtr(SemaRef, PtrTy); in CheckOperatorNewDeleteTypes()15392 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() != in CheckOperatorNewDeleteTypes()15397 return SemaRef.Diag(FnDecl->getLocation(), FirstParamType->isDependentType() in CheckOperatorNewDeleteTypes()15760 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local15764 const PointerType *PT = FirstParamType->getAs<PointerType>(); in CheckLiteralOperatorDeclaration()15769 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()15778 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()15793 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
8500 QualType FirstParamType = C->Function->getParamDecl(Reversed ? 1 : 0) in addGenericBinaryPointerOrEnumeralOverloads() local8508 if (!FirstParamType->isEnumeralType() || in addGenericBinaryPointerOrEnumeralOverloads()8514 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addGenericBinaryPointerOrEnumeralOverloads()