Searched refs:FirstParamType (Results 1 – 3 of 3) sorted by relevance
10516 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local10518 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()10519 computeODRHash(FirstParamType) != in diagnoseOdrViolations()10522 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()10524 << (I + 1) << FirstParamType << true in diagnoseOdrViolations()10528 << (I + 1) << FirstParamType << false; in diagnoseOdrViolations()11101 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local11103 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()11106 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()11109 << (I + 1) << FirstParamType << true in diagnoseOdrViolations()[all …]
15782 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local15788 FirstParamType = RemoveAddressSpaceFromPtr(SemaRef, PtrTy); in CheckOperatorNewDeleteTypes()15796 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() != in CheckOperatorNewDeleteTypes()15801 return SemaRef.Diag(FnDecl->getLocation(), FirstParamType->isDependentType() in CheckOperatorNewDeleteTypes()16186 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local16190 const PointerType *PT = FirstParamType->getAs<PointerType>(); in CheckLiteralOperatorDeclaration()16195 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()16204 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()16219 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
8626 QualType FirstParamType = C->Function->getParamDecl(Reversed ? 1 : 0) in addGenericBinaryPointerOrEnumeralOverloads() local8634 if (!FirstParamType->isEnumeralType() || in addGenericBinaryPointerOrEnumeralOverloads()8640 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addGenericBinaryPointerOrEnumeralOverloads()