Home
last modified time | relevance | path

Searched refs:PropertyAttributeKind (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransProperties.cpp125 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); in rewriteProperty()
165 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); in maybeAddWeakOrUnsafeUnretainedAttr()
332 ObjCPropertyDecl::PropertyAttributeKind
335 ObjCPropertyDecl::PropertyAttributeKind in getPropertyAttrs()
DTransZeroOutPropsInDealloc.cpp110 ObjCPropertyDecl::PropertyAttributeKind AttrKind = in TraverseObjCMethodDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1404 enum PropertyAttributeKind { enum
1465 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()
1466 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
1468 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes()
1472 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten()
1473 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
1482 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp31 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkARCPropertyDecl()
363 (ObjCPropertyDecl::PropertyAttributeKind)attributesAsWritten); in CreatePropertyDecl()
421 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkARCPropertyImpl()
599 ObjCPropertyDecl::PropertyAttributeKind kind in ActOnPropertyImplDecl()
871 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch()
873 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch()
1460 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp628 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()
630 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()