Home
last modified time | relevance | path

Searched refs:getPropertyAttributes (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp1496 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 DASTContext.cpp7771 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 DDeclObjC.cpp150 if (P->getPropertyAttributes() & in HasUserDeclaredSetterMethod()
H A DJSONNodeDumper.cpp1062 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2323 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
H A DASTImporter.cpp5375 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp180 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 DSemaPseudoObject.cpp585 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
H A DSemaExprObjC.cpp2082 if (!(PDecl->getPropertyAttributes() & in HandleExprPropertyRefExpr()
3387 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
H A DSemaCodeComplete.cpp7296 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp121 ObjCPropertyAttribute::Kind AttrKind = PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
H A DObjCMT.cpp624 if ((ClassProperty->getPropertyAttributes() != in ClassImplementsAllMethodsAndProperties()
625 Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCMemberwiseInitializer.cpp87 Type = getTypeStr(PD.getType(), PD, PD.getPropertyAttributes()); in MethodParameter()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h857 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 DExtractAPIConsumer.cpp724 if (Property->getPropertyAttributes() & in recordObjCProperties()
727 if (Property->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) in recordObjCProperties()
H A DDeclarationFragments.cpp620 const auto Attributes = Property->getPropertyAttributes(); in getFragmentsForObjCProperty()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp747 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 DBodyFarm.cpp814 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h811 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp3671 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
3761 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGDebugInfo.cpp2848 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition()
2949 PD->getPropertyAttributes(), in CreateTypeDefinition()
H A DCGObjCGNU.cpp250 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp866 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp791 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
H A DRewriteModernObjC.cpp944 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()

12