Home
last modified time | relevance | path

Searched refs:FirstParamType (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10590 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
10592 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() local
11294 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
11295 ComputeQualTypeODRHash(FirstParamType) != in diagnoseOdrViolations()
11298 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
11301 << (I + 1) << FirstParamType << true in diagnoseOdrViolations()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15583 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local
15589 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() local
15969 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()
H A DSemaOverload.cpp8496 QualType FirstParamType = C->Function->getParamDecl(Reversed ? 1 : 0) in addGenericBinaryPointerOrEnumeralOverloads() local
8504 if (!FirstParamType->isEnumeralType() || in addGenericBinaryPointerOrEnumeralOverloads()
8510 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addGenericBinaryPointerOrEnumeralOverloads()