Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp366 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch()
378 ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) { in checkAtomicPropertyMismatch()
462 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
503 !(PIDecl->getPropertyAttributesAsWritten() in HandlePropertyInClassExtension()
765 << ((property->getPropertyAttributesAsWritten() in checkARCPropertyImpl()
861 if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true; in hasWrittenStorageAttribute()
878 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
885 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
938 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
967 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
[all …]
DSemaChecking.cpp10286 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/external/clang/lib/ARCMigrate/
DTransProperties.cpp362 attrs = props[0].PropD->getPropertyAttributesAsWritten(); in getPropertyAttrs()
366 assert(attrs == I->PropD->getPropertyAttributesAsWritten()); in getPropertyAttrs()
DTransGCAttrs.cpp242 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps()
306 if (PD->getPropertyAttributesAsWritten() & in checkAllProps()
/external/clang/include/clang/AST/
DDeclObjC.h802 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/external/clang/tools/libclang/
DCIndex.cpp6324 HasContextSensitiveKeywords = Property->getPropertyAttributesAsWritten() != 0; in Visit()
6772 if (Property->getPropertyAttributesAsWritten() != 0 && in clang_annotateTokensImpl()
7216 PD->getPropertyAttributesAsWritten(); in clang_Cursor_getObjCPropertyAttributes()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp786 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/external/clang/lib/AST/
DASTImporter.cpp4236 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()