Home
last modified time | relevance | path

Searched refs:OBJC_PR_weak (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp48 } else if (attrs & ObjCPropertyDecl::OBJC_PR_weak) { in getImpliedARCOwnership()
88 attr = ObjCPropertyDecl::OBJC_PR_weak; in checkPropertyDeclWithOwnership()
160 ObjCPropertyDecl::OBJC_PR_weak |
299 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_weak; in makePropertyAttributesAsWritten()
507 if ((Attributes & ObjCPropertyDecl::OBJC_PR_weak) && in HandlePropertyInClassExtension()
509 & ObjCPropertyDecl::OBJC_PR_weak) && in HandlePropertyInClassExtension()
675 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak); in CreatePropertyDecl()
814 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak); in setImpliedPropertyAttributeForReadOnlyProperty()
907 ObjCPropertyDecl::OBJC_PR_weak)) != 0; in SelectPropertyForSynthesisFromProtocols()
1204 if (kind & ObjCPropertyDecl::OBJC_PR_weak) { in ActOnPropertyImplDecl()
H A DSemaPseudoObject.cpp595 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
H A DSemaExprObjC.cpp3161 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
H A DSemaChecking.cpp13143 else if (Attributes & ObjCPropertyDecl::OBJC_PR_weak) { in checkUnsafeExprAssigns()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp177 ObjCPropertyDecl::OBJC_PR_weak)) in rewriteProperty()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp750 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in createObjCPropertyGetter()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h744 OBJC_PR_weak = 0x200, enumerator
901 if (PropertyAttributes & OBJC_PR_weak) in getSetterKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1347 if (Attrs & ObjCPropertyDecl::OBJC_PR_weak) in VisitObjCPropertyDecl()
H A DASTContext.cpp6421 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in getObjCEncodingForPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp260 attrs &= ~ObjCPropertyDecl::OBJC_PR_weak; in PushPropertyAttributes()