Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A 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 …]
H A DSemaChecking.cpp16999 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp560 (unsigned)FirstProp->getPropertyAttributesAsWritten() & CheckedAttr; in diagnoseSubMismatchObjCProperty()
562 (unsigned)SecondProp->getPropertyAttributesAsWritten() & CheckedAttr; in diagnoseSubMismatchObjCProperty()
H A DASTImporter.cpp5488 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h820 ObjCPropertyAttribute::Kind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp7523 Property->getPropertyAttributesAsWritten() != 0; in Visit()
8021 if (Property->getPropertyAttributesAsWritten() != 0 && in clang_annotateTokensImpl()
8548 ObjCPropertyAttribute::Kind Attr = PD->getPropertyAttributesAsWritten(); in clang_Cursor_getObjCPropertyAttributes()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp881 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()