Home
last modified time | relevance | path

Searched refs:PropertyAttributes (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h772 unsigned PropertyAttributes : NumPropertyAttrsBits; variable
805 PropertyAttributes(OBJC_PR_noattr), in ObjCPropertyDecl()
845 PropertyAttributes |= PRVal; in setPropertyAttributes()
849 PropertyAttributes = PRVal; in overwritePropertyAttributes()
864 return (PropertyAttributes & OBJC_PR_readonly); in isReadOnly()
869 return (PropertyAttributes & OBJC_PR_atomic); in isAtomic()
874 return (PropertyAttributes & in isRetaining()
895 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
897 if (PropertyAttributes & OBJC_PR_retain) in getSetterKind()
899 if (PropertyAttributes & OBJC_PR_copy) in getSetterKind()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h830 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr), in ObjCDeclSpec()
844 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
847 PropertyAttributes = in setPropertyAttributes()
848 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
896 unsigned PropertyAttributes : 15; variable
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DDebugInfo.h723 unsigned PropertyAttributes,
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h357 unsigned PropertyAttributes, DIType *Ty);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp400 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument
402 SetterName, PropertyAttributes, Ty); in createObjCProperty()
H A DDebugInfo.cpp1036 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty() argument
1041 PropertyAttributes, unwrapDI<DIType>(Ty))); in LLVMDIBuilderCreateObjCProperty()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp909 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
911 PropertyAttributes); in constructTypeDIE()