| /freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | Types.h | 320 std::optional<NullabilityKind> getNullability() const { in getNullability() function 340 setNullabilityAudited(*RHS.getNullability()); 388 if (!getNullability())
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 718 addContextSensitiveTypeNullability(*this, FD.D, OCDS.getNullability(), in ParseObjCInterfaceDeclList() 776 if (DS.getNullability() == nullability) { in diagnoseRedundantPropertyNullability() 785 << DiagNullabilityKind(DS.getNullability(), true) in diagnoseRedundantPropertyNullability() 1134 DS.getNullability(), in ParseObjCTypeName()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 601 BoxingMethod->getReturnType()->getNullability(); in BuildObjCBoxedExpr() 1475 Method->getSendResultType(ReceiverType)->getNullability()) { in getBaseMessageSendResultType() 1550 if (auto Nullability = resultType->getNullability()) in getMessageSendResultType() 1567 ReceiverType->getNullability()) { in getMessageSendResultType() 1575 resultType->getNullability()) { in getMessageSendResultType() 1608 } while (resultType->getNullability()); in getMessageSendResultType()
|
| H A D | SemaDeclObjC.cpp | 2388 auto nullabilityMethodImpl = *MethodImpl->getReturnType()->getNullability(); in CheckMethodOverrideReturn() 2389 auto nullabilityMethodDecl = *MethodDecl->getReturnType()->getNullability(); in CheckMethodOverrideReturn() 2476 << DiagNullabilityKind(*ImplTy->getNullability(), in CheckMethodOverrideParam() 2479 << DiagNullabilityKind(*IfaceTy->getNullability(), in CheckMethodOverrideParam() 4557 auto nullability = type->getNullability(); in mergeTypeNullabilityForRedecl() 4558 auto prevNullability = prevType->getNullability(); in mergeTypeNullabilityForRedecl()
|
| H A D | SemaLambda.cpp | 786 auto RetTyNullability = ReturnType->getNullability(); in deduceClosureReturnType() 787 auto BlockNullability = CSI.ReturnType->getNullability(); in deduceClosureReturnType()
|
| H A D | SemaAPINotes.cpp | 454 if (auto Nullability = Info.getNullability()) in ProcessAPINotes()
|
| H A D | Sema.cpp | 684 std::optional<NullabilityKind> ExprNullability = SrcType->getNullability(); in diagnoseNullableToNonnullConversion() 689 std::optional<NullabilityKind> TypeNullability = DstType->getNullability(); in diagnoseNullableToNonnullConversion()
|
| H A D | SemaType.cpp | 4375 if (shouldHaveNullability(T) && !T->getNullability()) { in GetFullTypeForDeclarator() 4598 if (shouldHaveNullability(T) && !T->getNullability()) { in GetFullTypeForDeclarator() 4622 !T->getNullability() && !isVaList(T) && D.isPrototypeContext() && in GetFullTypeForDeclarator() 7273 if (auto ExistingNullability = Desugared->getNullability()) { in CheckNullabilityTypeSpecifier() 7400 if (auto nullability = type->getNullability()) { in checkObjCKindOfType()
|
| H A D | SemaObjCProperty.cpp | 2748 if (auto nullability = PropertyTy->getNullability()) { in CheckObjCPropertyAttributes()
|
| H A D | SemaChecking.cpp | 3310 if (auto nullability = Expr->IgnoreImplicit()->getType()->getNullability()) { in CheckNonNullExpr() 3341 if (auto nullability = type->getNullability()) in isNonNullType()
|
| H A D | SemaDecl.cpp | 3402 if (auto Oldnullability = OldParam->getType()->getNullability()) { in mergeParamDeclTypes() 3403 if (auto Newnullability = NewParam->getType()->getNullability()) { in mergeParamDeclTypes()
|
| H A D | SemaExpr.cpp | 8829 std::optional<NullabilityKind> Kind = Ty->getNullability(); in computeConditionalNullability() 8866 while (ResTy->getNullability()) in computeConditionalNullability()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2846 auto SubTnullability = SubT->getNullability(); in hasSameNullabilityTypeQualifier() 2847 auto SuperTnullability = SuperT->getNullability(); in hasSameNullabilityTypeQualifier()
|
| H A D | Type.h | 3014 std::optional<NullabilityKind> getNullability() const;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 763 auto Nullability = LHS.getType()->getNullability(); in EmitNullabilityCheck() 2855 auto Nullability = Ty->getNullability(); in EmitParmDecl()
|
| H A D | CodeGenFunction.cpp | 1058 auto Nullability = FnRetTy->getNullability(); in StartFunction()
|
| H A D | CGCall.cpp | 4547 auto Nullability = PVD->getType()->getNullability(); in EmitNonNullArgCheck()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 659 if (auto nullable = VI.getNullability()) { in emitVariableInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 941 NullabilityKind getNullability() const { in getNullability() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 4921 std::optional<NullabilityKind> Type::getNullability() const { in getNullability() function in Type
|
| H A D | ASTContext.cpp | 7994 if (auto Nullability = Ty->getNullability()) { in getArrayDecayedType()
|