Searched refs:getPropertyAttributes (Results 1 - 18 of 18) sorted by relevance

/external/clang/lib/AST/
H A DDeclPrinter.cpp1081 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) {
1084 if (PDecl->getPropertyAttributes() &
1090 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) {
1095 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) {
1101 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_assign) {
1106 if (PDecl->getPropertyAttributes() &
1112 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) {
1117 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) {
1122 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) {
1127 if (PDecl->getPropertyAttributes()
[all...]
H A DASTContext.cpp4961 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy)
4963 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain)
4979 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic)
4982 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) {
4987 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) {
H A DDeclObjC.cpp131 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite)
H A DASTImporter.cpp3792 ToProperty->setPropertyAttributes(D->getPropertyAttributes());
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp69 = property->getPropertyAttributes();
151 unsigned Attributes = ODS.getPropertyAttributes();
178 ODS.getPropertyAttributes(),
189 Attributes, ODS.getPropertyAttributes(),
634 getImpliedARCOwnership(property->getPropertyAttributes(),
705 getImpliedARCOwnership(property->getPropertyAttributes(),
1005 = property->getPropertyAttributes();
1266 if (property->getPropertyAttributes() &
1358 Property->getPropertyAttributes();
1360 SuperProperty->getPropertyAttributes();
[all...]
H A DSemaPseudoObject.cpp538 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
H A DSemaExprObjC.cpp1464 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak))
2578 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak;
H A DSemaCodeComplete.cpp4725 unsigned Attributes = ODS.getPropertyAttributes();
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp125 PD->getPropertyAttributes();
H A DObjCMT.cpp331 if ((ClassProperty->getPropertyAttributes()
332 != Property->getPropertyAttributes()) ||
/external/clang/include/clang/Sema/
H A DDeclSpec.h784 ObjCPropertyAttributeKind getPropertyAttributes() const { function in class:clang::ObjCDeclSpec
/external/clang/include/clang/AST/
H A DDeclObjC.h2057 PropertyAttributeKind getPropertyAttributes() const { function in class:clang::ObjCPropertyDecl
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1601 PD->getPropertyAttributes(),
1675 PD->getPropertyAttributes(),
H A DCGObjC.cpp2865 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic)))
2947 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic)))
H A DCGObjCGNU.cpp249 int attrs = property->getPropertyAttributes();
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp596 Record.push_back((unsigned)D->getPropertyAttributes());
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp791 unsigned Attributes = PD->getPropertyAttributes();
H A DRewriteModernObjC.cpp944 unsigned Attributes = PD->getPropertyAttributes();

Completed in 219 milliseconds