Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransProperties.cpp380 attrs = props[0].PropD->getPropertyAttributesAsWritten(); in getPropertyAttrs()
384 assert(attrs == I->PropD->getPropertyAttributesAsWritten()); in getPropertyAttrs()
DTransGCAttrs.cpp244 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps()
308 if (PD->getPropertyAttributesAsWritten() & in checkAllProps()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp423 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension()
698 << ((property->getPropertyAttributesAsWritten() in checkARCPropertyImpl()
834 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
863 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
939 (property->getPropertyAttributesAsWritten() & in ActOnPropertyImplDecl()
1761 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules()
DSemaChecking.cpp7623 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/external/clang/include/clang/AST/
DDeclObjC.h2257 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/external/clang/tools/libclang/
DCIndex.cpp5435 HasContextSensitiveKeywords = Property->getPropertyAttributesAsWritten() != 0; in Visit()
5899 if (Property->getPropertyAttributesAsWritten() != 0 && in clang_annotateTokensImpl()
6287 PD->getPropertyAttributesAsWritten(); in clang_Cursor_getObjCPropertyAttributes()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp615 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/external/clang/lib/AST/
DASTImporter.cpp3783 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()