Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Attributes

944   unsigned Attributes = PD->getPropertyAttributes();
946 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) &&
947 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
1006 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
1026 if (Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic)
1030 if (Attributes & ObjCPropertyDecl::OBJC_PR_copy)
6283 /// char *attributes;
6389 Result += "\tconst char *attributes;\n";