Searched refs:PropertyAttributes (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 745 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; variable 777 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl() 813 return ObjCPropertyAttribute::Kind(PropertyAttributes); in getPropertyAttributes() 817 PropertyAttributes |= PRVal; in setPropertyAttributes() 821 PropertyAttributes = PRVal; in overwritePropertyAttributes() 836 return (PropertyAttributes & ObjCPropertyAttribute::kind_readonly); in isReadOnly() 841 return (PropertyAttributes & ObjCPropertyAttribute::kind_atomic); in isAtomic() 846 return (PropertyAttributes & (ObjCPropertyAttribute::kind_retain | in isRetaining() 853 return PropertyAttributes & ObjCPropertyAttribute::kind_class; in isClassProperty() 871 if (PropertyAttributes & ObjCPropertyAttribute::kind_strong) in getSetterKind() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 843 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), Nullability(0), in ObjCDeclSpec() 857 return ObjCPropertyAttribute::Kind(PropertyAttributes); in getPropertyAttributes() 860 PropertyAttributes = in setPropertyAttributes() 861 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes() 912 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 368 unsigned PropertyAttributes, DIType *Ty);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 830 unsigned PropertyAttributes,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 409 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument 411 SetterName, PropertyAttributes, Ty); in createObjCProperty()
|
| H A D | DebugInfo.cpp | 1217 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty() argument 1222 PropertyAttributes, unwrapDI<DIType>(Ty))); in LLVMDIBuilderCreateObjCProperty()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 913 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local 915 PropertyAttributes); in constructTypeDIE()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 2300 return (PropertyAttributes & ObjCPropertyAttribute::kind_direct) && in isDirectProperty()
|