Home
last modified time | relevance | path

Searched refs:getPropertyAttributesAsWritten (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp360 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch()
460 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
501 !(PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
778 << ((property->getPropertyAttributesAsWritten() & in checkARCPropertyImpl()
897 unsigned Attr = Prop->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols()
1016 if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true; in hasWrittenStorageAttribute()
1033 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
1040 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
1120 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
1146 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
[all …]
H A DSemaChecking.cpp18795 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp362 props[0].PropD->getPropertyAttributesAsWritten(); in getPropertyAttrs()
366 assert(attrs == I->PropD->getPropertyAttributesAsWritten()); in getPropertyAttrs()
H A DTransGCAttrs.cpp238 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps()
303 if (PD->getPropertyAttributesAsWritten() & in checkAllProps()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp562 (unsigned)FirstProp->getPropertyAttributesAsWritten() & CheckedAttr; in diagnoseSubMismatchObjCProperty()
564 (unsigned)SecondProp->getPropertyAttributesAsWritten() & CheckedAttr; in diagnoseSubMismatchObjCProperty()
H A DASTImporter.cpp5721 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1290 const auto Attributes = Property->getPropertyAttributesAsWritten(); in getFragmentsForObjCProperty()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h823 ObjCPropertyAttribute::Kind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp940 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()