Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransProperties.cpp195 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); in rewriteProperty()
389 ObjCPropertyDecl::PropertyAttributeKind
392 ObjCPropertyDecl::PropertyAttributeKind in getPropertyAttrs()
DTransZeroOutPropsInDealloc.cpp124 ObjCPropertyDecl::PropertyAttributeKind AttrKind = in TraverseObjCMethodDecl()
DTransGCAttrs.cpp241 ObjCPropertyDecl::PropertyAttributeKind in checkAllAtProps()
/external/clang/include/clang/AST/
DDeclObjC.h1960 enum PropertyAttributeKind { enum
2031 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()
2032 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
2034 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes()
2038 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten()
2039 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
2048 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp40 ObjCPropertyDecl::PropertyAttributeKind attrs, in getImpliedARCOwnership()
68 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkARCPropertyDecl()
83 ObjCPropertyDecl::PropertyAttributeKind attr; in checkARCPropertyDecl()
253 static ObjCPropertyDecl::PropertyAttributeKind
281 return (ObjCPropertyDecl::PropertyAttributeKind)attributesAsWritten; in makePropertyAttributesAsWritten()
941 ObjCPropertyDecl::PropertyAttributeKind kind in ActOnPropertyImplDecl()
1272 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch()
1274 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch()
1882 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp823 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()
825 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()
/external/clang/lib/AST/
DASTDumper.cpp1235 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()