Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp360 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch()
372 ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) { in checkAtomicPropertyMismatch()
460 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
501 !(PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
778 << ((property->getPropertyAttributesAsWritten() & in checkARCPropertyImpl()
879 unsigned OriginalAttributes = Property->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols()
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()
[all …]
DSemaChecking.cpp15612 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransProperties.cpp362 props[0].PropD->getPropertyAttributesAsWritten(); in getPropertyAttrs()
366 assert(attrs == I->PropD->getPropertyAttributesAsWritten()); in getPropertyAttrs()
DTransGCAttrs.cpp238 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps()
303 if (PD->getPropertyAttributesAsWritten() & in checkAllProps()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h824 ObjCPropertyAttribute::Kind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp863 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp5267 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()