Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransProperties.cpp190 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); in rewriteProperty()
376 ObjCPropertyDecl::PropertyAttributeKind
379 ObjCPropertyDecl::PropertyAttributeKind in getPropertyAttrs()
HDTransZeroOutPropsInDealloc.cpp122 ObjCPropertyDecl::PropertyAttributeKind AttrKind = in TraverseObjCMethodDecl()
HDTransGCAttrs.cpp239 ObjCPropertyDecl::PropertyAttributeKind in checkAllAtProps()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp40 ObjCPropertyDecl::PropertyAttributeKind attrs, in getImpliedARCOwnership()
68 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkARCPropertyDecl()
83 ObjCPropertyDecl::PropertyAttributeKind attr; in checkARCPropertyDecl()
235 static ObjCPropertyDecl::PropertyAttributeKind
263 return (ObjCPropertyDecl::PropertyAttributeKind)attributesAsWritten; in makePropertyAttributesAsWritten()
953 ObjCPropertyDecl::PropertyAttributeKind kind in ActOnPropertyImplDecl()
1317 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch()
1319 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch()
1995 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2427 enum PropertyAttributeKind { enum
2516 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()
2517 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
2519 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes()
2523 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten()
2524 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
2533 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTDumper.cpp1554 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1088 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()
1090 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()