Home
last modified time | relevance | path

Searched refs:ObjCPropertyAttributeKind (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h797 enum ObjCPropertyAttributeKind { enum
828 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()
829 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
831 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes()
833 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def881 // Keep this list in sync with clang's DeclSpec.h ObjCPropertyAttributeKind!