| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1637 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl() 1640 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl() 1645 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl() 1650 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1655 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl() 1660 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl() 1664 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl() 1669 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) { in VisitObjCPropertyDecl() 1673 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl() 1677 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl() [all …]
|
| H A D | ODRDiagsEmitter.cpp | 551 unsigned FirstAttrs = (unsigned)FirstProp->getPropertyAttributes(); in diagnoseSubMismatchObjCProperty() 552 unsigned SecondAttrs = (unsigned)SecondProp->getPropertyAttributes(); in diagnoseSubMismatchObjCProperty()
|
| H A D | ODRHash.cpp | 382 ID.AddInteger(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| H A D | DeclObjC.cpp | 148 if (P->getPropertyAttributes() & in HasUserDeclaredSetterMethod()
|
| H A D | JSONNodeDumper.cpp | 1199 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
|
| H A D | ASTContext.cpp | 8941 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) in getObjCEncodingForPropertyDecl() 8943 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl() 8945 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl() 8961 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic) in getObjCEncodingForPropertyDecl() 8964 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in getObjCEncodingForPropertyDecl() 8969 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
|
| H A D | TextNodeDumper.cpp | 2972 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
|
| H A D | ASTImporter.cpp | 6079 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 67 ObjCPropertyAttribute::Kind propertyKind = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership() 178 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() 203 ODS.getPropertyAttributes(), in ActOnProperty() 214 ODS.getPropertyAttributes(), T, TSI, in ActOnProperty() 342 bool OldIsAtomic = (OldProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch() 344 bool NewIsAtomic = (NewProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch() 352 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch() 374 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch() 478 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension() 717 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl() [all …]
|
| H A D | SemaPseudoObject.cpp | 591 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
|
| H A D | SemaExprObjC.cpp | 2081 if (!(PDecl->getPropertyAttributes() & in HandleExprPropertyRefExpr() 3383 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
|
| H A D | SemaCodeComplete.cpp | 7656 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
|
| H A D | SemaChecking.cpp | 14862 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 933 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function 944 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability() 952 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc() 960 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 716 if (OCDS.getPropertyAttributes() & in ParseObjCInterfaceDeclList() 877 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 884 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 891 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 898 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 1462 if (Property->getPropertyAttributes() & in recordObjCProperties() 1466 if (Property->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) in recordObjCProperties()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 816 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3736 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction() 3836 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGDebugInfo.cpp | 3358 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition() 3461 PD->getPropertyAttributes(), in CreateTypeDefinition()
|
| H A D | CGObjCGNU.cpp | 247 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 812 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1150 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 789 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
|
| H A D | RewriteModernObjC.cpp | 942 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
|