Home
last modified time | relevance | path

Searched refs:OBJC_PR_nullability (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1459 ObjCPropertyDecl::OBJC_PR_nullability) { in VisitObjCPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h749 OBJC_PR_nullability = 0x1000, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp704 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_nullability); in CreatePropertyDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8500 if (property_attributes & clang::ObjCPropertyDecl::OBJC_PR_nullability) in AddObjCClassProperty()
8502 clang::ObjCPropertyDecl::OBJC_PR_nullability); in AddObjCClassProperty()