| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1639 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl() 1642 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl() 1647 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl() 1652 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1657 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl() 1675 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl() 1679 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl() 1683 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1689 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1710 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() [all …]
|
| H A D | ODRDiagsEmitter.cpp | 553 unsigned FirstAttrs = (unsigned)FirstProp->getPropertyAttributes(); in diagnoseSubMismatchObjCProperty() 554 unsigned SecondAttrs = (unsigned)SecondProp->getPropertyAttributes(); in diagnoseSubMismatchObjCProperty()
|
| H A D | ODRHash.cpp | 356 ID.AddInteger(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| H A D | ASTContext.cpp | 7887 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) in getObjCEncodingForPropertyDecl() 7889 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl() 7891 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl() 7907 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic) in getObjCEncodingForPropertyDecl() 7910 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in getObjCEncodingForPropertyDecl() 7915 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
|
| H A D | DeclObjC.cpp | 150 if (P->getPropertyAttributes() & in HasUserDeclaredSetterMethod()
|
| H A D | JSONNodeDumper.cpp | 1156 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
|
| H A D | TextNodeDumper.cpp | 2557 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
|
| H A D | ASTImporter.cpp | 5719 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 180 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() 341 bool OldIsAtomic = (OldProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch() 351 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch() 373 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch() 486 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension() 1537 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl() 1946 if ((Prop->getPropertyAttributes() & in DefaultSynthesizeProperties() 1948 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties() 2143 (property->getPropertyAttributes() & in diagnoseNullResettableSynthesizedSetters() 2475 if (property->getPropertyAttributes() & in ProcessPropertyDecl() [all …]
|
| H A D | SemaPseudoObject.cpp | 590 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
|
| H A D | SemaExprObjC.cpp | 2082 if (!(PDecl->getPropertyAttributes() & in HandleExprPropertyRefExpr() 3386 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
|
| H A D | SemaCodeComplete.cpp | 7437 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 121 ObjCPropertyAttribute::Kind AttrKind = PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
|
| H A D | ObjCMT.cpp | 621 if ((ClassProperty->getPropertyAttributes() != in ClassImplementsAllMethodsAndProperties() 622 Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 895 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function 906 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability() 914 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc() 922 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 795 if (OCDS.getPropertyAttributes() & in ParseObjCInterfaceDeclList() 979 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 986 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 993 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 1000 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 1347 if (Property->getPropertyAttributes() & in recordObjCProperties() 1356 !(Property->getPropertyAttributes() & in recordObjCProperties()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 816 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 811 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3692 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction() 3792 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGDebugInfo.cpp | 3007 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition() 3111 PD->getPropertyAttributes(), in CreateTypeDefinition()
|
| H A D | CGObjCGNU.cpp | 250 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 939 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 791 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
|
| H A D | RewriteModernObjC.cpp | 944 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
|