Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10516 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
10518 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() local
11103 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
11106 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
11109 << (I + 1) << FirstParamType << true in diagnoseOdrViolations()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp15782 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local
15788 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() local
16190 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()
H A DSemaOverload.cpp8626 QualType FirstParamType = C->Function->getParamDecl(Reversed ? 1 : 0) in addGenericBinaryPointerOrEnumeralOverloads() local
8634 if (!FirstParamType->isEnumeralType() || in addGenericBinaryPointerOrEnumeralOverloads()
8640 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addGenericBinaryPointerOrEnumeralOverloads()