Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp368 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch()
467 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
508 !(PIDecl->getPropertyAttributesAsWritten() in HandlePropertyInClassExtension()
773 << ((property->getPropertyAttributesAsWritten() in checkARCPropertyImpl()
893 unsigned Attr = Prop->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols()
1011 if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true; in hasWrittenStorageAttribute()
1028 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
1035 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
1088 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
1117 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
[all …]
H A DSemaChecking.cpp13129 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp362 attrs = props[0].PropD->getPropertyAttributesAsWritten(); in getPropertyAttrs()
366 assert(attrs == I->PropD->getPropertyAttributesAsWritten()); in getPropertyAttrs()
H A DTransGCAttrs.cpp237 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps()
302 if (PD->getPropertyAttributesAsWritten() & in checkAllProps()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h852 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp816 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp4740 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()