Searched refs:PropertyAttributes (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 772 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 D | DeclSpec.h | 830 : 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 D | DebugInfo.h | 723 unsigned PropertyAttributes,
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 357 unsigned PropertyAttributes, DIType *Ty);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 400 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument 402 SetterName, PropertyAttributes, Ty); in createObjCProperty()
|
| H A D | DebugInfo.cpp | 1036 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty() argument 1041 PropertyAttributes, unwrapDI<DIType>(Ty))); in LLVMDIBuilderCreateObjCProperty()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 909 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local 911 PropertyAttributes); in constructTypeDIE()
|