Searched refs:PropertyAttributeKind (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp193 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props);
381 ObjCPropertyDecl::PropertyAttributeKind
384 ObjCPropertyDecl::PropertyAttributeKind
H A DTransZeroOutPropsInDealloc.cpp124 ObjCPropertyDecl::PropertyAttributeKind AttrKind =
H A DTransGCAttrs.cpp242 ObjCPropertyDecl::PropertyAttributeKind
/external/clang/include/clang/AST/
H A DDeclObjC.h1725 enum PropertyAttributeKind { enum in class:clang::ObjCPropertyDecl
1796 PropertyAttributeKind getPropertyAttributes() const {
1797 return PropertyAttributeKind(PropertyAttributes);
1799 void setPropertyAttributes(PropertyAttributeKind PRVal) {
1803 PropertyAttributeKind getPropertyAttributesAsWritten() const {
1804 return PropertyAttributeKind(PropertyAttributesAsWritten);
1813 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) {
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp39 ObjCPropertyDecl::PropertyAttributeKind attrs,
67 ObjCPropertyDecl::PropertyAttributeKind propertyKind
82 ObjCPropertyDecl::PropertyAttributeKind attr;
182 static ObjCPropertyDecl::PropertyAttributeKind
210 return (ObjCPropertyDecl::PropertyAttributeKind)attributesAsWritten;
373 // and ObjCPropertyDecl::PropertyAttributeKind have identical
840 ObjCPropertyDecl::PropertyAttributeKind kind
1166 ObjCPropertyDecl::PropertyAttributeKind CAttr =
1168 ObjCPropertyDecl::PropertyAttributeKind SAttr =
1852 ObjCPropertyDecl::PropertyAttributeKind CAtt
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp820 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]);
822 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]);

Completed in 112 milliseconds