Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp361 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch()
373 ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) { in checkAtomicPropertyMismatch()
452 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
493 !(PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
764 << ((property->getPropertyAttributesAsWritten() & in checkARCPropertyImpl()
865 unsigned OriginalAttributes = Property->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols()
883 unsigned Attr = Prop->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols()
1002 if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true; in hasWrittenStorageAttribute()
1019 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
1026 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
[all …]
H A DSemaAPINotes.cpp1151 (Property->getPropertyAttributesAsWritten() & in ProcessAPINotes()
H A DSemaChecking.cpp14867 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp560 (unsigned)FirstProp->getPropertyAttributesAsWritten() & CheckedAttr; in diagnoseSubMismatchObjCProperty()
562 (unsigned)SecondProp->getPropertyAttributesAsWritten() & CheckedAttr; in diagnoseSubMismatchObjCProperty()
H A DASTImporter.cpp6081 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1473 const auto Attributes = Property->getPropertyAttributesAsWritten(); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h824 ObjCPropertyAttribute::Kind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1151 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()