Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1639 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 DODRDiagsEmitter.cpp553 unsigned FirstAttrs = (unsigned)FirstProp->getPropertyAttributes(); in diagnoseSubMismatchObjCProperty()
554 unsigned SecondAttrs = (unsigned)SecondProp->getPropertyAttributes(); in diagnoseSubMismatchObjCProperty()
H A DODRHash.cpp356 ID.AddInteger(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
H A DASTContext.cpp7887 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 DDeclObjC.cpp150 if (P->getPropertyAttributes() & in HasUserDeclaredSetterMethod()
H A DJSONNodeDumper.cpp1156 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2557 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
H A DASTImporter.cpp5719 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/freebsd-14.2/contrib/llvm-project/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()
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 DSemaPseudoObject.cpp590 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
H A DSemaExprObjC.cpp2082 if (!(PDecl->getPropertyAttributes() & in HandleExprPropertyRefExpr()
3386 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
H A DSemaCodeComplete.cpp7437 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp121 ObjCPropertyAttribute::Kind AttrKind = PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
H A DObjCMT.cpp621 if ((ClassProperty->getPropertyAttributes() != in ClassImplementsAllMethodsAndProperties()
622 Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h895 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 DParseObjc.cpp795 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 DExtractAPIVisitor.h1347 if (Property->getPropertyAttributes() & in recordObjCProperties()
1356 !(Property->getPropertyAttributes() & in recordObjCProperties()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp816 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h811 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3692 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
3792 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGDebugInfo.cpp3007 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition()
3111 PD->getPropertyAttributes(), in CreateTypeDefinition()
H A DCGObjCGNU.cpp250 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp939 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/freebsd-14.2/contrib/llvm-project/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