| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1496 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl() 1499 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl() 1504 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl() 1509 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1514 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl() 1532 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl() 1536 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl() 1540 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1546 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1567 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() [all …]
|
| H A D | ASTContext.cpp | 7771 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) in getObjCEncodingForPropertyDecl() 7773 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl() 7775 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl() 7791 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic) in getObjCEncodingForPropertyDecl() 7794 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in getObjCEncodingForPropertyDecl() 7799 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
|
| H A D | DeclObjC.cpp | 150 if (P->getPropertyAttributes() & in HasUserDeclaredSetterMethod()
|
| H A D | JSONNodeDumper.cpp | 1062 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
|
| H A D | TextNodeDumper.cpp | 2323 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
|
| H A D | ASTImporter.cpp | 5375 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /llvm-project-15.0.7/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() 1538 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl() 1949 if ((Prop->getPropertyAttributes() & in DefaultSynthesizeProperties() 1951 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties() 2147 (property->getPropertyAttributes() & in diagnoseNullResettableSynthesizedSetters() 2479 if (property->getPropertyAttributes() & in ProcessPropertyDecl() [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 | 7296 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 121 ObjCPropertyAttribute::Kind AttrKind = PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
|
| H A D | ObjCMT.cpp | 624 if ((ClassProperty->getPropertyAttributes() != in ClassImplementsAllMethodsAndProperties() 625 Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | ObjCMemberwiseInitializer.cpp | 87 Type = getTypeStr(PD.getType(), PD, PD.getPropertyAttributes()); in MethodParameter()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 857 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function 868 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability() 876 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc() 884 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 724 if (Property->getPropertyAttributes() & in recordObjCProperties() 727 if (Property->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) in recordObjCProperties()
|
| H A D | DeclarationFragments.cpp | 620 const auto Attributes = Property->getPropertyAttributes(); in getFragmentsForObjCProperty()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 747 if (OCDS.getPropertyAttributes() & in ParseObjCInterfaceDeclList() 934 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 941 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 948 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute() 955 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 814 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 811 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3671 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction() 3761 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGDebugInfo.cpp | 2848 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition() 2949 PD->getPropertyAttributes(), in CreateTypeDefinition()
|
| H A D | CGObjCGNU.cpp | 250 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 866 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /llvm-project-15.0.7/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()
|