Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransProperties.cpp172 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); in rewriteProperty()
358 ObjCPropertyDecl::PropertyAttributeKind
361 ObjCPropertyDecl::PropertyAttributeKind in getPropertyAttrs()
DTransZeroOutPropsInDealloc.cpp122 ObjCPropertyDecl::PropertyAttributeKind AttrKind = in TraverseObjCMethodDecl()
DTransGCAttrs.cpp237 ObjCPropertyDecl::PropertyAttributeKind in checkAllAtProps()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp40 ObjCPropertyDecl::PropertyAttributeKind attrs, in getImpliedARCOwnership()
70 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkPropertyDeclWithOwnership()
84 ObjCPropertyDecl::PropertyAttributeKind attr; in checkPropertyDeclWithOwnership()
279 static ObjCPropertyDecl::PropertyAttributeKind
309 return (ObjCPropertyDecl::PropertyAttributeKind)attributesAsWritten; in makePropertyAttributesAsWritten()
1049 ObjCPropertyDecl::PropertyAttributeKind kind in ActOnPropertyImplDecl()
1420 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch()
1422 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch()
2179 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl()
/external/clang/include/clang/AST/
DDeclObjC.h702 enum PropertyAttributeKind { enum
792 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()
793 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
795 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes()
802 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten()
803 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
806 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1123 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()
1125 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()
/external/clang/lib/AST/
DASTDumper.cpp1674 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
/external/clang/tools/libclang/
DCIndex.cpp7215 ObjCPropertyDecl::PropertyAttributeKind Attr = in clang_Cursor_getObjCPropertyAttributes()