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

/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp190 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props);
376 ObjCPropertyDecl::PropertyAttributeKind
379 ObjCPropertyDecl::PropertyAttributeKind
H A DTransZeroOutPropsInDealloc.cpp122 ObjCPropertyDecl::PropertyAttributeKind AttrKind =
H A DTransGCAttrs.cpp239 ObjCPropertyDecl::PropertyAttributeKind
/external/clang/include/clang/AST/
H A DDeclObjC.h2177 enum PropertyAttributeKind { enum in class:clang::ObjCPropertyDecl
2250 PropertyAttributeKind getPropertyAttributes() const {
2251 return PropertyAttributeKind(PropertyAttributes);
2253 void setPropertyAttributes(PropertyAttributeKind PRVal) {
2257 PropertyAttributeKind getPropertyAttributesAsWritten() const {
2258 return PropertyAttributeKind(PropertyAttributesAsWritten);
2267 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) {
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp39 ObjCPropertyDecl::PropertyAttributeKind attrs,
67 ObjCPropertyDecl::PropertyAttributeKind propertyKind
82 ObjCPropertyDecl::PropertyAttributeKind attr;
243 static ObjCPropertyDecl::PropertyAttributeKind
271 return (ObjCPropertyDecl::PropertyAttributeKind)attributesAsWritten;
469 // and ObjCPropertyDecl::PropertyAttributeKind have identical
945 ObjCPropertyDecl::PropertyAttributeKind kind
1305 ObjCPropertyDecl::PropertyAttributeKind CAttr =
1307 ObjCPropertyDecl::PropertyAttributeKind SAttr =
1919 ObjCPropertyDecl::PropertyAttributeKind CAtt
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp905 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]);
907 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]);
/external/clang/tools/libclang/
H A DCIndex.cpp6286 ObjCPropertyDecl::PropertyAttributeKind Attr =

Completed in 1118 milliseconds