Searched refs:FirstParamType (Results 1 – 3 of 3) sorted by relevance
10590 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local10592 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()10593 ComputeQualTypeODRHash(FirstParamType) != in diagnoseOdrViolations()10596 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()10600 << FirstMethodType << FirstName << (I + 1) << FirstParamType in diagnoseOdrViolations()11292 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local11294 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()11295 ComputeQualTypeODRHash(FirstParamType) != in diagnoseOdrViolations()11298 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()11301 << (I + 1) << FirstParamType << true in diagnoseOdrViolations()[all …]
15583 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local15589 FirstParamType = RemoveAddressSpaceFromPtr(SemaRef, PtrTy); in CheckOperatorNewDeleteTypes()15597 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() != in CheckOperatorNewDeleteTypes()15602 return SemaRef.Diag(FnDecl->getLocation(), FirstParamType->isDependentType() in CheckOperatorNewDeleteTypes()15965 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local15969 const PointerType *PT = FirstParamType->getAs<PointerType>(); in CheckLiteralOperatorDeclaration()15974 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()15983 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()15998 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
8496 QualType FirstParamType = C->Function->getParamDecl(Reversed ? 1 : 0) in addGenericBinaryPointerOrEnumeralOverloads() local8504 if (!FirstParamType->isEnumeralType() || in addGenericBinaryPointerOrEnumeralOverloads()8510 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addGenericBinaryPointerOrEnumeralOverloads()