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.cpp426 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension()
701 << ((property->getPropertyAttributesAsWritten() in checkARCPropertyImpl()
837 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
866 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
942 (property->getPropertyAttributesAsWritten() & in ActOnPropertyImplDecl()
1768 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules()
DSemaChecking.cpp8693 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/external/clang/include/clang/AST/
DDeclObjC.h2273 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/external/clang/tools/libclang/
DCIndex.cpp5696 HasContextSensitiveKeywords = Property->getPropertyAttributesAsWritten() != 0; in Visit()
6160 if (Property->getPropertyAttributesAsWritten() != 0 && in clang_annotateTokensImpl()
6582 PD->getPropertyAttributesAsWritten(); in clang_Cursor_getObjCPropertyAttributes()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp685 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/external/clang/lib/AST/
DASTImporter.cpp3840 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()