Searched refs:getNullability (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h314 llvm::Optional<NullabilityKind> getNullability() const { function in class:clang::api_notes::VariableInfo
334 setNullabilityAudited(*RHS.getNullability());
381 if (!getNullability())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp595 BoxingMethod->getReturnType()->getNullability(Context);
1470 ->getNullability(Context)){
1549 if (auto Nullability = resultType->getNullability(Context))
1567 ReceiverType->getNullability(Context)) {
1575 resultType->getNullability(Context)) {
1608 } while (resultType->getNullability(Context));
H A DSemaDeclObjC.cpp2346 *MethodImpl->getReturnType()->getNullability(S.Context);
2348 *MethodDecl->getReturnType()->getNullability(S.Context);
2438 *ImplTy->getNullability(S.Context),
2442 *IfaceTy->getNullability(S.Context),
4528 auto nullability = type->getNullability(S.Context);
4529 auto prevNullability = prevType->getNullability(S.Context);
H A DSemaLambda.cpp770 auto RetTyNullability = ReturnType->getNullability(Ctx);
771 auto BlockNullability = CSI.ReturnType->getNullability(Ctx);
H A DSema.cpp527 Optional<NullabilityKind> ExprNullability = SrcType->getNullability(Context);
532 Optional<NullabilityKind> TypeNullability = DstType->getNullability(Context);
H A DSemaType.cpp4527 !T->getNullability(S.Context)) {
4742 !T->getNullability(S.Context)) {
4766 T->isArrayType() && !T->getNullability(S.Context) && !isVaList(T) &&
7124 if (auto existingNullability = desugared->getNullability(S.Context)) {
7223 if (auto nullability = type->getNullability(S.Context)) {
H A DSemaObjCProperty.cpp2761 if (auto nullability = PropertyTy->getNullability(Context)) {
H A DSemaChecking.cpp4363 = Expr->IgnoreImplicit()->getType()->getNullability(S.Context)) {
4448 if (auto nullability = type->getNullability(ctx))
H A DSemaDecl.cpp3028 if (auto Oldnullability = OldParam->getType()->getNullability(S.Context)) {
3029 if (auto Newnullability = NewParam->getType()->getNullability(S.Context)) {
H A DSemaExpr.cpp8664 Optional<NullabilityKind> Kind = Ty->getNullability(Ctx);
8701 while (ResTy->getNullability(Ctx))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp747 addContextSensitiveTypeNullability(*this, FD.D, OCDS.getNullability(),
807 if (DS.getNullability() == nullability) {
816 << DiagNullabilityKind(DS.getNullability(), true)
1280 DS.getNullability(),
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2428 auto SubTnullability = SubT->getNullability(*this);
2429 auto SuperTnullability = SuperT->getNullability(*this);
H A DType.h2418 Optional<NullabilityKind> getNullability(const ASTContext &context) const;
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp1312 if (auto nullability = T->getNullability(Ctx)) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h864 NullabilityKind getNullability() const { function in class:clang::ObjCDeclSpec
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp742 auto Nullability = LHS.getType()->getNullability(getContext());
2588 auto Nullability = Ty->getNullability(getContext());
H A DCodeGenFunction.cpp919 auto Nullability = FnRetTy->getNullability(getContext());
H A DCGCall.cpp3990 auto Nullability = PVD->getType()->getNullability(getContext());
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4025 Type::getNullability(const ASTContext &Context) const { function in class:Type
H A DASTContext.cpp6189 if (auto Nullability = Ty->getNullability(*this)) {

Completed in 749 milliseconds