Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp365 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch()
377 ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) { in checkAtomicPropertyMismatch()
458 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
499 !(PIDecl->getPropertyAttributesAsWritten() in HandlePropertyInClassExtension()
755 << ((property->getPropertyAttributesAsWritten() in checkARCPropertyImpl()
851 if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true; in hasWrittenStorageAttribute()
868 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
875 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
923 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
952 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
[all …]
DSemaChecking.cpp9264 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.h2516 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/external/clang/tools/libclang/
DCIndex.cpp5951 HasContextSensitiveKeywords = Property->getPropertyAttributesAsWritten() != 0; in Visit()
6402 if (Property->getPropertyAttributesAsWritten() != 0 && in clang_annotateTokensImpl()
6845 PD->getPropertyAttributesAsWritten(); in clang_Cursor_getObjCPropertyAttributes()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp762 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/external/clang/lib/AST/
DASTImporter.cpp4012 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()