| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1483 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl() 1486 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl() 1491 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl() 1496 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1501 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl() 1506 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl() 1510 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl() 1515 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) { in VisitObjCPropertyDecl() 1519 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl() 1523 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl() [all …]
|
| H A D | ASTContext.cpp | 7124 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) in getObjCEncodingForPropertyDecl() 7126 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl() 7128 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl() 7144 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic) in getObjCEncodingForPropertyDecl() 7147 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in getObjCEncodingForPropertyDecl() 7152 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
|
| H A D | JSONNodeDumper.cpp | 1016 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
|
| H A D | TextNodeDumper.cpp | 2233 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
|
| H A D | DeclObjC.cpp | 150 if (P->getPropertyAttributes() & in HasUserDeclaredSetterMethod()
|
| H A D | ASTImporter.cpp | 5160 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 68 ObjCPropertyAttribute::Kind propertyKind = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership() 180 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() 202 ODS.getPropertyAttributes(), in ActOnProperty() 213 ODS.getPropertyAttributes(), T, TSI, in ActOnProperty() 341 bool OldIsAtomic = (OldProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch() 343 bool NewIsAtomic = (NewProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch() 351 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch() 373 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch() 486 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension() 731 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl() [all …]
|
| H A D | SemaPseudoObject.cpp | 585 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
|
| H A D | SemaExprObjC.cpp | 2082 if (!(PDecl->getPropertyAttributes() & in HandleExprPropertyRefExpr() 3387 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
|
| H A D | SemaCodeComplete.cpp | 6806 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
|
| H A D | SemaChecking.cpp | 15266 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 121 ObjCPropertyAttribute::Kind AttrKind = PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
|
| H A D | ObjCMT.cpp | 625 if ((ClassProperty->getPropertyAttributes() != in ClassImplementsAllMethodsAndProperties() 626 Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 856 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function 867 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability() 875 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc() 883 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 745 if (OCDS.getPropertyAttributes() & in ParseObjCInterfaceDeclList() 932 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 939 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 946 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 953 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 774 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 812 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3668 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction() 3752 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGDebugInfo.cpp | 2740 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition() 2841 PD->getPropertyAttributes(), in CreateTypeDefinition()
|
| H A D | CGObjCGNU.cpp | 246 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 860 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 791 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
|
| H A D | RewriteModernObjC.cpp | 943 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
|