Searched refs:OBJC_PR_weak (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp47 } else if (attrs & ObjCPropertyDecl::OBJC_PR_weak) {
86 attr = ObjCPropertyDecl::OBJC_PR_weak;
261 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_weak;
308 ObjCPropertyDecl::OBJC_PR_weak |
439 bool PropertyIsWeak = ((PIkind & ObjCPropertyDecl::OBJC_PR_weak) != 0);
611 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak);
739 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak);
949 if ((kind & ObjCPropertyDecl::OBJC_PR_weak) &&
1022 if (kind & ObjCPropertyDecl::OBJC_PR_weak &&
H A DSemaPseudoObject.cpp544 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
H A DSemaExprObjC.cpp1540 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak))
2681 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak;
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp195 ObjCPropertyDecl::OBJC_PR_weak))
/external/clang/lib/Analysis/
H A DBodyFarm.cpp397 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
/external/clang/include/clang/AST/
H A DDeclObjC.h2188 OBJC_PR_weak = 0x200, enumerator in enum:clang::ObjCPropertyDecl::PropertyAttributeKind
2264 OBJC_PR_weak);
2304 if (PropertyAttributes & OBJC_PR_weak)
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp254 attrs &= ~ObjCPropertyDecl::OBJC_PR_weak;
/external/clang/lib/AST/
H A DASTContext.cpp5033 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)

Completed in 199 milliseconds